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.
在 C++ 或 JAVA 中是否有一些快捷键或插件可以更快地跳转到函数名称?
我经常使用 [[ 或 [{ ,但也需要更多动作才能将焦点移到函数名称上。
我假设您使用 C/C++ 并且您的函数{只有一行。
{
你可以创建一个新的映射(可能不应该覆盖 [[,选择你喜欢的东西。):
nnoremap [[ [[kw
编辑:
在大多数情况下有效的最终映射是:
nnoremap [f [[?(<cr>b