libtmux Reference MCP Search
On this page

pane.Pane.breakOut

View as Markdown

Module
pane
Declared in
Pane
Package
@libtmux/libtmux
Source
packages/libtmux/src/pane.ts
breakOut ( windowName : : string ) Promise<void>
method [source]
method [source]
breakOut

Move this pane out into a window of its own, in the session it is in.

tmux places a break with no destination in whichever session is current, which is the attached one rather than this pane's.

Examples

await pane.breakOut("extracted");

0 declared, 0 inherited

Esc

Type to search.