Is there a way to similary scroll to simultaneously go to next search instance on all split files? Currently I am using :windo // to search in all splits but pressing "n" only goes to next instance in active split window.
I have 2 different files open in vim split and am looking to jump the the next instance of searched string in both simultaneously.
For context: When we use the vimdiff on 2 similar files, searching for a string and pressing "n" lets us scroll to the next match in all files. Looking for something similar.