Skip to content
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

Support :normal @q command from visual mode #2912

Closed
bschlenk opened this issue Jul 30, 2018 · 2 comments
Closed

Support :normal @q command from visual mode #2912

bschlenk opened this issue Jul 30, 2018 · 2 comments

Comments

@bschlenk
Copy link

Is your feature request related to a problem? Please describe.
In vim, I can record a macro and then select some lines in visual mode and execute that macro on each line. The command is :normal @q or :norm @q (documentation)

Running this in VSCode I get the error E492: Not an editor command. '<,'> norm @q.

Describe the solution you'd like
I would like to be able to do the above in VSCode.

Describe alternatives you've considered
I can manually execute the macro on each line by navigating between lines with j and k and running @q. I sometimes use Open in Vim for these types of situations, run the macro directly from vim, and then jump back into VSCode.

@bschlenk bschlenk changed the title Support :normal @q command Support :normal @q command from visual mode Jul 30, 2018
@bschlenk
Copy link
Author

Looks like this is a duplicate of #2548

@J-Fields
Copy link
Member

J-Fields commented Apr 1, 2021

Closing as duplicate of #1733

@J-Fields J-Fields closed this as completed Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants