VIM disable highlighting upon search deletion
- by mateusz
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?