-
Feature description代码中跳转是非常频繁的,但是我们某一刻只需要关注其中一个函数,将他标记为一个书签,以便后续直接跳转到该书签。之前vim是有类似的插件,但是neovim是否有对应改进的插件呢? Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
This should be in discussions, transferred. |
Beta Was this translation helpful? Give feedback.
-
|
There're |
Beta Was this translation helpful? Give feedback.
-
|
Use |
Beta Was this translation helpful? Give feedback.
-
|
Try |
Beta Was this translation helpful? Give feedback.
There're
:h mark-motionsMarks,:h quickfixQf-commands, and:h jumplistJumplists. All of them are builtin.