Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkelly committed Jan 2, 2024
1 parent 61c82ed commit 719eb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

vim.keymap.set({ 'i' }, 'kj', '<Esc>', { silent = true })
--open neotree.....i'm use to this keymap from nerdtree days
vim.keymap.set('n', "<leader>nt", ':Neotree toggle<CR>', { desc = 'Open or close Neotree' })
vim.keymap.set('n', "<leader>nt", ':Neotree toggle<CR>', { desc = 'Open or close Neotree', silent = true })

-- Keymaps for better default experience
-- See `:help vim.keymap.set()`
Expand Down

0 comments on commit 719eb74

Please sign in to comment.