libtmux Reference MCP Search
On this page

pane.Pane.respawn

View as Markdown

Module
pane
Declared in
Pane
Package
@libtmux/libtmux
Source
packages/libtmux/src/pane.ts
respawn ( command : : string , options : : RespawnOptions ) Promise<void>
method [source]
method [source]
respawn

Restart this pane's command in place.

Examples

await pane.respawn("htop", { kill: true });

0 declared, 0 inherited

Esc

Type to search.