nvim: add keymap for nohlsearch
This commit is contained in:
parent
bc76c90cff
commit
7e9255780e
|
@ -83,3 +83,4 @@ end
|
|||
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')
|
||||
|
|
Loading…
Reference in New Issue
Block a user