tmux_join_pane
Join a source pane into a destination window as a split. Control split direction (vertical/horizontal) and size. Choose whether to keep focus on the original pane.
Instructions
Join pane src into dst's window as a new split (the inverse of
break-pane).
By default splits left/right; vertical=True stacks top/bottom.
percentage sizes the joined pane. select=False keeps focus on the
original pane (-d).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| src | Yes | ||
| dst | Yes | ||
| vertical | No | ||
| percentage | No | ||
| select | No | ||
| target | No |