nvim: remove key mapping for :nohlsearch

use <C-L> instead
This commit is contained in:
tastytea 2022-10-02 22:55:43 +02:00
parent 5dfa293d77
commit eb6c9ff7e6
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -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