Automatically saving jumplist entries for count based line navigation #6843
Unanswered
rkshthrmsh
asked this question in
Ideas
Replies: 2 comments
-
#5741 mentions a similar issue for absolute line number based navigation, where |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can save your position in the jumplist with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Quite often, I use count-based navigation to get around the code (with relative numbering enabled). For example,
10gj
or10gk
to jump 10 lines down and up. I find that going back to the piece of code I was previously working on is not possible using the jumplist since these motions do not save to jumplist automatically. Is it worth adding this feature? Or is there a better way of achieveing this on Helix?Essentially, a way to jump a few lines around the code and return to the base position.
Beta Was this translation helpful? Give feedback.
All reactions