Feature description代码中跳转是非常频繁的,但是我们某一刻只需要关注其中一个函数,将他标记为一个书签,以便后续直接跳转到该书签。之前vim是有类似的插件,但是neovim是否有对应改进的插件呢? Additional informationNo response |
Answered by
Jint-lzxy
Aug 12, 2023
Replies: 4 comments
|
This should be in discussions, transferred. |
0 replies
|
There're |
0 replies
Answer selected by
Jint-lzxy
|
Use |
0 replies
|
Try |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There're
:h mark-motionsMarks,:h quickfixQf-commands, and:h jumplistJumplists. All of them are builtin.