In VIM, after finding text with \"/\" command, that text remains highlighted.
What is the command to remove that? I don\'t want to remove highlighting capability at
I have this in my .vimrc:
map h :set hlsearch!
So when I type:
\h
It toggles highlighting on/off.