vim_macro
Record, stop, and play Neovim macros using specific registers and counts to automate repetitive text editing tasks in your workflow.
Instructions
Record, stop, and play Neovim macros
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Action to perform with macros | |
count | No | Number of times to play macro (default: 1) | |
register | No | Register to record/play macro (a-z, required for record/play) |