-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
Description
Check for existing issues
- Completed
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.
: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.
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
Le9olas, flczcy, bassamsdata, dslinger-a2, MrPandir and 4 more