Saving to jumplist before 'goto_word' #12580
Unanswered
leandrobbraga
asked this question in
Ideas
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I was surprised when I noticed that the current
goto_word
implementation does not save the current position in the jumplist before jumping to a new place, meaning that the user cannot jump back to the original position.I changed the
gw
to["save_selection", "goto_word"]
.Do you feel this should be the default behavior?
Beta Was this translation helpful? Give feedback.
All reactions