changed neotree key

This commit is contained in:
rapzy 2024-03-14 20:26:29 +05:45
parent a5bb871598
commit 4b4603bbf0
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ vim.keymap.set('i', 'kj', '<ESC>')
-- vim.keymap.set('n', 'rw', '<cmd>Ex!<CR>') -- vim.keymap.set('n', 'rw', '<cmd>Ex!<CR>')
-- Open Neotree -- Open Neotree
vim.keymap.set('n', 'nt', '<cmd>:Neotree<CR>') vim.keymap.set('n', '<leader>nt', '<cmd>:Neotree<CR>')
-- [[ Basic Autocommands ]] -- [[ Basic Autocommands ]]
-- See `:help lua-guide-autocommands` -- See `:help lua-guide-autocommands`