Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在红帽工作。我发现这个操作系统中的 Vim 在我执行时默认不会跳转到第一个标签:ta foo。
:ta foo
例如,有几个标签名为“foo”。而现在我进入:ta foo,它会像这样显示出来:ts foo。所以每次我都要输入q 1跳到第一个。这似乎很不方便。我可以改变它吗?
:ts foo
q 1
我注意到我的 .vimrc 中的以下设置阻止了跳转到第一个标签。
set cscopetag