Run arbitrary tmux command
tmux_commandRun any tmux subcommand with raw arguments for custom use cases not covered by preset helpers.
Instructions
Execute any tmux subcommand with raw args. Use this when helpers do not cover your use case. You are responsible for correctness and safety.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Arguments to pass to tmux (do not include the tmux binary itself). | |
| host | No | SSH host alias (optional). Uses default host if set. | |
| confirm | No | Set true if the command is destructive (kill*, attach -k, unlink-window, etc). |