I\'m using Ctrl-] in Vim to navigate using Ctags. How do I navigate to alternate file if there are multiple matches?
Ex. something.publish
something.publish
Use g] instead of C-] to get the list of all matches.
g]
C-]
You might want to read :help g]
:help g]