Search code examples
vim

Get rid of Vim's highlight after searching text


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 all, but don't want to have all those bright text spots once I've found what I need.

Thanks.


Solution

  • Type this:

    :noh