kitty_close_window
Close active or specified terminal windows using match expressions. Default action closes the active window.
Instructions
Close the specified kitty windows. If no match expression is provided, the active window is closed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| self | No | Close the window this command runs in instead of the active window. | |
| match | No | Window match expression for windows to close. | |
| ignore_no_match | No | Do not return an error if no windows match the expression. |