Last Updated: December 26, 2018
·
513
· t-p

vim: remove highlightning after search

in command mode type :noh

put this in your vim config and use ,space to switch off highlightning

let   mapleader = ","
nnoremap <leader><space> :noh<cr>

1 Response
Add your response

Great! Thanks for that :)

over 1 year ago ·