Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to clean Vimperator search highlights

In Vimperator, press / and do a search. If there are matches, all will be highlighted.

My question is how to clean these highlights in a decent way.

My current approach is to press / again, and type in a random string like "abcdefgh", enter, and press Esc to clean the red warning in command window.

like image 691
Vin Avatar asked Oct 25 '13 17:10

Vin


1 Answers

Type the following to quickly clear highlighted text

:noh

or you can toggle it highlight with

:set hls!

like image 89
reFORtEM Avatar answered Sep 30 '22 12:09

reFORtEM