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- ]) 相同,但我想将Ctrl-分配[给 Ctags,将Ctrl-分配给]Cscope,以便我可以使用一个查找定义,另一个用于引用。谢谢!
Esc和Ctrl+[在终端上使用相同的转义序列,因此 vim 将无法区分两者。
有关更多信息,请参阅:
:h escape
不,<C-]>不是 cscope 和 ctags 的默认绑定。只有当你明确告诉 Vim 使用set cscopetag.
<C-]>
set cscopetag
:h cscope-suggestions作为给你的一些好建议。
:h cscope-suggestions