tmux_break_pane
Isolate a tmux pane by moving it to a new window, optionally naming the window and creating it in the background.
Instructions
Break a pane out into a new window of its own.
window_name names the new window; select=False creates it in the
background (-d). Returns the new window's {"id", "index", "name"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_pane | Yes | ||
| window_name | No | ||
| select | No | ||
| target | No |