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
Adding the answer I was ultimately looking for in case it helps others:
g will jump to the tag if there's only one match and will present a list if there are multiple matches.
g
I've added this mapping to my .vimrc to make it do what I want by default:
nnoremap g