Run Commands
Execute multiple commands that can be repeated with the last command
OverviewRun Commands
- Key:
- Description: Run multiple commands in sequence, with the ability to repeat them using
cursorPlus.last
This command is same as VS Code's built-in runCommands
command. The only difference is that it can be repeated with cursorPlus.last
.
ArgsRun Commands
The command accepts these arguments:
key | type | default | description |
---|---|---|---|
commands | array | - | Commands to execute |
└─ <array-item> | - | Individual command to run |
ExampleRun Commands
Keyboard shortcutExampleRun Commands
ConfigurationRun Commands
This command has no configuration.