How to navigate multiple ctags matches in Vim?

前端 未结 4 1170
暖寄归人
暖寄归人 2021-01-30 16:11

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

4条回答
  •  情深已故
    2021-01-30 16:41

    Use g] instead of C-] to get the list of all matches.

    You might want to read :help g]

提交回复
热议问题