1
0
Fork 0

nvim: add keymap for Lexplore

This commit is contained in:
tastytea 2022-08-11 22:22:01 +02:00
parent c5dfd52c2a
commit e84cb3c7c0
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 2 additions and 0 deletions

View File

@ -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