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を使用しています。CscopeのデフォルトのバインディングはCtags(Ctrl- )と同じですが、一方の検索定義ともう一方の検索定義を参照に使用できるように、 -をCtagsに、-をCscope]に割り当てたいと思います。ありがとう!Ctrl[Ctrl]
EscCtrl+ターミナルで同じエスケープシーケンスを[使用するため、vimは2つを区別できません。
詳細については、以下を参照してください。
:h escape
いいえ、<C-]>cscope と ctags のデフォルトのバインドではありません。Vimに明示的に指示した場合にのみ、両方に使用されますset cscopetag。
<C-]>
set cscopetag
:h cscope-suggestionsあなたへのいくつかの良い提案として。
:h cscope-suggestions