diff --git a/config/neo-tree.nix b/config/neo-tree.nix index 8df05c3..cd3132c 100644 --- a/config/neo-tree.nix +++ b/config/neo-tree.nix @@ -25,7 +25,6 @@ end end ''; - window.mappings."s" = ""; window.mappings."" = ""; }; keymaps = [ diff --git a/config/telescope.nix b/config/telescope.nix index aa08b59..c394c3d 100644 --- a/config/telescope.nix +++ b/config/telescope.nix @@ -17,5 +17,14 @@ desc = "Find files with telescope"; }; } + { + mode = [ "n" "i" ]; + key = ""; + action = helpers.mkRaw '' + function() + require("telescope.builtin").help_tags() + end + ''; + } ]; }