nvim: follow links with <Leader><cr>
This commit is contained in:
parent
13cb23e418
commit
f4abe13a24
|
@ -80,3 +80,4 @@ for _, key in ipairs({ 'Left', 'Up', 'Down', 'Right' }) do
|
||||||
end
|
end
|
||||||
|
|
||||||
map('n', '<F9>', ':Lexplore 20<cr>') -- file explorer, 20% width
|
map('n', '<F9>', ':Lexplore 20<cr>') -- file explorer, 20% width
|
||||||
|
map('n', '<Leader><cr>', '<C-]>') -- follow links in help
|
||||||
|
|
Loading…
Reference in New Issue
Block a user