add keymap for ex
This commit is contained in:
parent
84946d8203
commit
e4507d938e
2 changed files with 1 additions and 4 deletions
1
init.lua
1
init.lua
|
|
@ -190,6 +190,7 @@ vim.keymap.set('n', '<C-l>', '<C-w><C-l>', { desc = 'Move focus to the right win
|
|||
vim.keymap.set('n', '<C-j>', '<C-w><C-j>', { desc = 'Move focus to the lower window' })
|
||||
vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper window' })
|
||||
|
||||
vim.keymap.set('n', '<leader>e', ':Ex<cr>', { desc = 'open file explorer' })
|
||||
-- [[ Basic Autocommands ]]
|
||||
-- See `:help lua-guide-autocommands`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue