split_pane
Splits an existing terminal pane in a specified direction, returning the new pane's identifier for further operations.
Instructions
Split a pane and return the new pane's id.
pane: pane id like `w17:p1` to split.
direction: right or down.
ratio: fraction of the split given to the new pane, between 0 and 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pane | Yes | ||
| ratio | No | ||
| direction | No | right |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||