libtmux Reference MCP Search
On this page

window.Window.split

View as Markdown

Module
window
Declared in
Window
Package
libtmux
Source
crates/libtmux/src/window.rs
split ( self , options : impl Into<SplitOptions> ) Result<Pane, Error>
method [source]
method [source]
split

Split this window and return the new pane.

Errors

Returns an error when tmux refuses the split, which includes a target pane that is too small to divide.

0 declared, 0 inherited

Esc

Type to search.