VIM disable highlighting upon search deletion

Posted by mateusz on Super User See other posts from Super User or by mateusz
Published on 2012-04-04T17:05:51Z Indexed on 2012/04/04 17:32 UTC
Read the original article Hit count: 217

Filed under:
|
|
|

I recently learned a new shortcut in VIM that I find extremely useful.

d/search_text

Which will delete everything up to, but not including, "search_text", from the current position.

However, the thing that is annoying is that this will highlight all occurrences of "search_text" after performing the operation.

Is there any way that I could disable the highlight feature when performing this operation?

© Super User or respective owner

Related posts about vim

Related posts about gvim