libtmux Reference MCP Search
On this page

window.Window.split

View as Markdown

Module
window
Declared in
Window
Package
@libtmux/libtmux
Source
packages/libtmux/src/window.ts
split ( options : : SplitOptions ) Promise<Pane>
method [source]
method [source]
split

Split this window and resolve the created pane.

Examples

const created = await window.split({ vertical: true });
created.id;

0 declared, 0 inherited

Esc

Type to search.