tmux_split_window
Split a pane horizontally or vertically. Set a percentage for custom sizing and choose whether to keep focus on the original pane.
Instructions
Split a pane. By default splits left/right; vertical=True splits
top/bottom. percentage sizes the new pane (e.g. 30). select=False
keeps focus on the original pane (-d).
Returns the new pane's {"id", "index"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_pane | No | ||
| vertical | No | ||
| start_directory | No | ||
| command | No | ||
| percentage | No | ||
| select | No | ||
| target | No |