Skip to content

Commit 56612da

Browse files
authored
Update init.lua
1 parent 14db8e5 commit 56612da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ vim.keymap.set('n', '<C-l>', '<C-w><C-l>', { desc = 'Move focus to the right win
189189
vim.keymap.set('n', '<C-j>', '<C-w><C-j>', { desc = 'Move focus to the lower window' })
190190
vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper window' })
191191

192+
--NvimTree Toggle
193+
vim.keymap.set('n', '<C-k><C-k>', ':NvimTreeToggle<CR>', { noremap = true, silent = true })
194+
192195
-- [[ Basic Autocommands ]]
193196
-- See `:help lua-guide-autocommands`
194197

0 commit comments

Comments
 (0)