kitty_select_window
Select a window in a Kitty tab by overlaying letter/number labels and waiting for user input. Returns the selected window's ID.
Instructions
Visually select a window in a kitty tab. Kitty overlays letter/number labels on each window and waits for user input. Returns the selected window's ID. This is an interactive command with a 60-second timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| self | No | Select from the tab containing this command window. | |
| match | No | Tab match expression to select which tab to show windows from. | |
| title | No | Description text shown to the user during selection. | |
| exclude_active | No | Exclude the currently active window from selection choices. | |
| reactivate_prev_tab | No | Reactivate the previously active tab after selection. |