qxxxb / vim-searchhi

Highlight the current search result differently
GNU General Public License v3.0
47 stars 6 forks source link

Option to blink the current search result #3

Open nkakouros opened 5 years ago

nkakouros commented 5 years ago

It would be handy to blink 2, 3 times the current search result to catch the attention faster. I guess it is possible to do with some autocmd but I have failed to do come up with sth that works.

qxxxb commented 5 years ago

I don't know how to easily implement this, unfortunately. Personally, I think the highlight color is enough to catch my attention, and I also use the trick with guicursor from the autocommands section of the README.