nvim: follow links with <Leader><cr>

This commit is contained in:
tastytea 2022-08-13 03:06:03 +02:00
parent 13cb23e418
commit f4abe13a24
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -80,3 +80,4 @@ for _, key in ipairs({ 'Left', 'Up', 'Down', 'Right' }) do
end
map('n', '<F9>', ':Lexplore 20<cr>') -- file explorer, 20% width
map('n', '<Leader><cr>', '<C-]>') -- follow links in help