kitty_goto_layout
Switch to a specific window layout in the active or selected tab. Supports layouts like tall, grid, splits, and options via colon syntax.
Instructions
Switch to a specific window layout in the active or specified tab. Valid layouts: fat, grid, horizontal, splits, stack, tall, vertical. Layout names can include options after a colon (e.g. "tall:bias=70").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match | No | Tab match expression. | |
| layout | Yes | The layout name to switch to (e.g. "tall", "splits", "tall:bias=70"). Required. |