Add an option to undo and redo motions #12905
Unanswered
godalming123
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 think that there should be an option to undo and redo motions/changes to the selection. This is similar to #12877, but more broad, since not only can you go back when you press
<A-.>
too many times, but you can also go back if you use any other wrong motions, which is especially useful for multi cursor, since it takes a couple keystrokes to re-setup your cursors in the right places if you accidentally use a motion which is not reversible. Here's a list of non-reversible motions:,
(keep primary selection)<A-,>
(remove primary selection);
(collapse selection)gl
(goto line end)gh
(goto line start)n
andN
(select next and previous search match)<A-.>
(repeat last motion)Beta Was this translation helpful? Give feedback.
All reactions