nvim: add keymap for Lexplore
This commit is contained in:
parent
c5dfd52c2a
commit
e84cb3c7c0
|
@ -78,3 +78,5 @@ for _, key in ipairs({ 'Left', 'Up', 'Down', 'Right' }) do
|
|||
map({ 'n', 'i' }, format('<S-%s>', key), format('<Esc>v<%s>', key))
|
||||
map({ 'v' }, format('<S-%s>', key), format('<%s>', key))
|
||||
end
|
||||
|
||||
map('n', '<F9>', ':Lexplore 10<cr>') -- file explorer
|
||||
|
|
Loading…
Reference in New Issue
Block a user