Skip to content

neovim: support automatic mode changing for certain actions #2453

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
fidgetingbits opened this issue Jun 26, 2024 · 1 comment
Open

neovim: support automatic mode changing for certain actions #2453

fidgetingbits opened this issue Jun 26, 2024 · 1 comment
Labels
app-neovim Issues related to neovim support good first issue Good for newcomers

Comments

@fidgetingbits
Copy link
Collaborator

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.

@AndreasArvidsson AndreasArvidsson added the app-neovim Issues related to neovim support label Jul 12, 2024
@saidelike
Copy link
Collaborator

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.

@saidelike saidelike added the good first issue Good for newcomers label Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app-neovim Issues related to neovim support good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants