after you do a search in vim you get all the occurrences highlighted, how cand you dissble that ? I now do another search for something gibarish that cant be found. Is there a way to just temporarely dissable the highlight and then reenable it when nedeed again ?
|
|
to disable
or to switch
|
||||||||
|
|
|
From the VIM Documentation To clear the last used search pattern:
This will not set the pattern to an empty string, because that would match everywhere. The pattern is really cleared, like when starting Vim. |
||||||||||||||
|
|
|
Just to help with completeness, you can also do
|
||||
|
|
|
From http://twitter.com/jonbho/status/2194406821
|
||
|
|
|
|
I found this answer years ago on vim.org: Add the following to your .vimrc:
Thus, after your search, just hit return again in command mode, and the highlighting disappears. |
||
|
|
