diff --git a/init.lua b/init.lua index 1a18d881..8c927908 100644 --- a/init.lua +++ b/init.lua @@ -84,6 +84,9 @@ vim.keymap.set('n', '', '', { desc = 'Move focus to the left wind vim.keymap.set('n', '', '', { desc = 'Move focus to the right window' }) vim.keymap.set('n', '', '', { desc = 'Move focus to the lower window' }) vim.keymap.set('n', '', '', { desc = 'Move focus to the upper window' }) +-- +-- Toggle NeoTree file explorer +vim.keymap.set('n', 'e', 'Neotree toggle', { desc = 'Toggle file [E]xplorer' }) -- [[ Basic Autocommands ]] -- See `:help lua-guide-autocommands`