diff --git a/config/plugins/editor/neo-tree.nix b/config/plugins/editor/neo-tree.nix index 9af3523..114d21e 100644 --- a/config/plugins/editor/neo-tree.nix +++ b/config/plugins/editor/neo-tree.nix @@ -17,4 +17,13 @@ }; }; }; + + keymaps = [ + { + mode = ["n"]; + key = ""; + action = "Neotree toggle"; + options = {desc = "Open/Close Neotree";}; + } + ]; }