kitty_detach_tab
Detach one or more kitty terminal tabs and move them to a new or specified OS window.
Instructions
Detach tabs and move them to a different or new OS window. By default, detached tabs are moved to a new OS window. Use target_tab to specify a destination OS window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| self | No | Detach the tab this command runs in. | |
| match | No | Tab match expression for the tab(s) to detach. | |
| target_tab | No | Tab match expression identifying the destination OS window. The detached tab is moved to the OS window containing the matched tab. |