tmux_resize_pane
Resize tmux panes by giving a direction and amount for relative growth, or exact width and height for absolute sizing.
Instructions
Resize a tmux pane.
Use direction+amount for relative resize, or width/height for absolute resize.
Args: target: Pane target (e.g. "%3", "session:window.pane"). direction: Direction to grow: "up", "down", "left", or "right". amount: Number of cells to resize by (default 5). Used with direction. width: Absolute width in columns. Overrides direction/amount. height: Absolute height in rows. Overrides direction/amount.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| amount | No | ||
| height | No | ||
| target | Yes | ||
| direction | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |