小智 8
:help tag-stack
:[count]po[p][!] Jump to [count] older entry in tag stack (default 1).
See |tag-!| for [!]. {not in Vi}
:[count]ta[g][!] Jump to [count] newer entry in tag stack (default 1).
See |tag-!| for [!]. {not in Vi}
Run Code Online (Sandbox Code Playgroud)
您还可以使用ctrl + i
和ctrl + o
分别通过跳转列表向前和向后移动.这适用于标记命令,因为它们被视为跳跃运动.
所以:跳转到标签 ctrl + ]
跳回来: ctr + o
再跳到标签 ctrl + i
:help jump-motions