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:
- For this I need to 'cancel' my search and go back to Normal Mode in order to jump the next result.
- Pressing
/
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.