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
:tn[ext] goes to the next tag, :tp[revious] goes to the previous one. :ts[elect] gives you a list to choose from.
:tn[ext]
:tp[revious]
:ts[elect]
:help tag-matchlist for more fun and exciting things to try!
:help tag-matchlist