nvim: remove key mapping for :nohlsearch
use <C-L> instead
This commit is contained in:
parent
5dfa293d77
commit
eb6c9ff7e6
|
@ -88,7 +88,6 @@ 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')
|
||||
map('n', '<C-D>', ':bdelete<CR>', 'Close buffer')
|
||||
|
||||
-- use ui.select for spelling suggestions so dressing can make it look nice
|
||||
|
|
Loading…
Reference in New Issue
Block a user