You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we execute a multicmd consisting of five "cursorDown" sub-actions, then press "ctrl-z" should undo the whole multicmd instead of a single "cursorDown".
The text was updated successfully, but these errors were encountered:
I'm new to VSCode, but looking at what extension does, It'll probably require some trickery like remembering the number of executed actions, monitoring current state in history, hijacking Undo shortcut and upon its activation execute some logic depending on current context.
Sounds like a hassle, but I really hope I'm just missing something. @ryuta46, do you have any better insights or hints on this?
If we execute a multicmd consisting of five "cursorDown" sub-actions, then press "ctrl-z" should undo the whole multicmd instead of a single "cursorDown".
The text was updated successfully, but these errors were encountered: