kitty_close_tab
Close specified kitty tabs: the active tab by default, or tabs matching a given pattern. Optionally ignore missing matches.
Instructions
Close the specified kitty tabs. If no match expression is provided, the active tab is closed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| self | No | Close the tab this command runs in. | |
| match | No | Tab match expression for tabs to close. | |
| ignore_no_match | No | Do not return an error if no tabs match. |