When using VIM's incremental search option I usually search and after I got to the first result (it will be highlighted) I use the /
key to jump to the next result.
But:
/
makes VIM jump to the next result but it won't highlight it.I am wondering if there is a more efficient way to jump between the results using incremental search and get them highlighted.
The customary key for jumping to the next search result is 'n'.
I'm not entirely sure what you mean about highlighting - all search results should be highlighted if hlsearch is set, and for me it makes no difference if I go to the next result with 'n' or with '/'.