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.
私はレッドハットで働いています。この OS の Vim は、デフォルトでは、実行時に最初のタグにジャンプしないことがわかりました:ta foo。
:ta foo
たとえば、「foo」という名前のタグがいくつかあります。と入力:ta fooすると、 のように表示され:ts fooます。そのため、毎回q 1最初にジャンプするために入力する必要があります。かなり不便そうです。変更できますか?
:ts foo
q 1
.vimrc の次の設定により、最初のタグにジャンプできないことに気付きました。
set cscopetag