nvim: make Lexplore keymap available in insert mode
This commit is contained in:
parent
e01beced1e
commit
7713fc88e1
|
@ -79,5 +79,6 @@ for _, key in ipairs({ 'Left', 'Up', 'Down', 'Right' }) do
|
||||||
map({ 'v' }, format('<S-%s>', key), format('<%s>', key))
|
map({ 'v' }, format('<S-%s>', key), format('<%s>', key))
|
||||||
end
|
end
|
||||||
|
|
||||||
map('n', '<F9>', ':Lexplore 20<cr>') -- file explorer, 20% width
|
map('n', '<F9>', ':Lexplore 20<cr>') -- file explorer, 20% wide
|
||||||
map('n', '<Leader><cr>', '<C-]>') -- follow links in help
|
map('i', '<F9>', '<Esc>:Lexplore 20<cr>')
|
||||||
|
map('n', '<Leader><cr>', '<C-]>') -- follow links in help
|
||||||
|
|
Loading…
Reference in New Issue
Block a user