nvim: don't add keymap for bug-reference in virtual mode

This commit is contained in:
tastytea 2022-08-19 22:23:59 +02:00
parent b88b1ef332
commit 4762cc0bc3
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -84,5 +84,4 @@ map('n', '<M-.>', '<C-]>') -- follow symbol
map('n', '<M-,>', '<C-T>') -- go back to previous pos
map('v', '<Leader>f', 'gq', 'Reformat text')
map('n', '<Leader>h', ':nohlsearch<cr>', 'Stop highlighting search')
map({'n', 'v'}, '<Leader>B', require('bug-reference').open,
'Open bug under cursor')
map('n', '<Leader>B', require('bug-reference').open, 'Open bug under cursor')