vim_macro
Streamline repetitive tasks in Neovim by recording, stopping, and playing macros. Specify actions (record, stop, play), registers, and playback count to automate workflows efficiently.
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) |