Oil keymap

This commit is contained in:
Alexander 2025-01-25 22:18:24 +01:00
parent 823e094857
commit e1328c4cf2
1 changed files with 1 additions and 0 deletions

View File

@ -32,3 +32,4 @@ vim.keymap.set('n', '<C-j>', '<C-w><C-j>', { desc = 'Move focus to the lower win
vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper window' })
vim.keymap.set('n', '<Tab>', ':bnext <CR>', { desc = 'Move focus to the upper window' })
vim.keymap.set('n', '<leader>e', ':Neotree toggle<CR>', { desc = 'Move focus to the upper window' })
vim.keymap.set('n', '-', '<CMD>Oil<CR>', { desc = 'Open parent directory' })