Vim: automatically highlight all occurences of selected word -


this question has answer here:

notepad++ has neat feature if select 1 word, every other occurence of word automatically highlighted, (only first autocmd highlighted me):

n++ highlighting screenshot

i aware similar thing has been asked, hoping there solution not require manual interaction.

my searchhighlighting plugin has <leader>* mapping , :searchautohighlighting command enable this. can highlight current word / word / whole word / line / exact line under cursor.


Comments