17
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 25 Jul 2024
17 points (100.0% liked)
Neovim
2159 readers
1 users here now
founded 1 year ago
MODERATORS
Just to clarify - means two taps of the esc key in succession will clear highlighting (ps I'm curious how other people do it!).
nmap <esc><esc> :noh<return>
Here's what I do. Any search key will turn hlsearch on and will turn it off.
Nice!