We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
By using the normal command in Vim, it is possible to apply the macro on the selection lines or a specific range.
normal
:5,10norm! @a
would execute the macro stored in register a on lines 5 through 10 (quoted from the Stack Overflow answer).
Since Zed open command palette on colon instead, a command like apply macro to selection should help.
Zed: v0.162.5 (Zed) OS: macOS 15.1.1 Memory: 64 GiB Architecture: aarch64
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Check for existing issues
Describe the feature
By using the
normal
command in Vim, it is possible to apply the macro on the selection lines or a specific range.would execute the macro stored in register a on lines 5 through 10 (quoted from the Stack Overflow answer).
Since Zed open command palette on colon instead, a command like apply macro to selection should help.
Environment
Zed: v0.162.5 (Zed)
OS: macOS 15.1.1
Memory: 64 GiB
Architecture: aarch64
If applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered: