Oil keymap
This commit is contained in:
parent
823e094857
commit
e1328c4cf2
|
@ -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', '<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', '<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', '<leader>e', ':Neotree toggle<CR>', { desc = 'Move focus to the upper window' })
|
||||||
|
vim.keymap.set('n', '-', '<CMD>Oil<CR>', { desc = 'Open parent directory' })
|
||||||
|
|
Loading…
Reference in New Issue