Ask HN: What do you use for clearing search highlighting in vim?
Sometimes I write notes to myself like "/why are you working at this hour, go to sleep already"
Sometimes I write notes to myself like "/why are you working at this hour, go to sleep already"
Comments
Knowing the people I work with, a comment like that might actually exist in the code..
Typically I use /^$^
I believe the proper way to do it is :noh
Aha! Didn't know there was dedicated command for it.
:noh
:noh
i used do similar; but not the notes; just random banging followed by an enter/escape.
now i don't use highlighting by defaultfrom: http://vim.wikia.com/wiki/Highlight_all_search_pattern_match...