tmux_split_window
Split a tmux window or pane into a new pane. Configure target, orientation, size, and optional command.
Instructions
Split a window/pane to create a new pane.
Args: target: Target window or pane to split (e.g. "session:window", "session:window.pane", or "%3"). horizontal: If true, split horizontally (top/bottom). Default is vertical (left/right). size: Size of new pane — percentage (e.g. "50%") or line/column count (e.g. "20"). command: Optional command to run in the new pane.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| target | Yes | ||
| command | No | ||
| horizontal | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |