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 I'm in mode t and I say copy foo row X I am left in visual mode after the action completes, with my cursor still on the terminal line. This type of action shouldn't change the mode you're in imo, I would expect to still be in mode t.
The text was updated successfully, but these errors were encountered:
That should be easy to do since there is logic for detecting a given action and restoring modes in packages\cursorless-neovim\src\registerCommands.ts already.
If I'm in mode
t
and I saycopy foo row X
I am left in visual mode after the action completes, with my cursor still on the terminal line. This type of action shouldn't change the mode you're in imo, I would expect to still be in modet
.The text was updated successfully, but these errors were encountered: