vim-cool icon indicating copy to clipboard operation
vim-cool copied to clipboard

Highlight the current word under the cursor differently.

Open S4deghN opened this issue 2 years ago • 1 comments

Highlight the current word under the cursor using IncSearch highlight group when search highlight is active. Simple but really nice feature I always wished to have in Vim and found it to be so easy to implement with your plugin. It could be wrapped in an if statement to make it optional. If you're interested to merge I could add that.

S4deghN avatar Aug 28 '23 18:08 S4deghN

Thank you. I didn't try it but, from your description and your code, it looks like this does the same thing as the built-in :help hl-cursearch:

Capture d’écran 2024-07-09 à 22 51 02

romainl avatar Jul 09 '24 20:07 romainl

That's true! I was not aware of this before. Thank you for the great plugin!

S4deghN avatar Nov 27 '24 12:11 S4deghN