libtmux Reference MCP Search
On this page

pane.Pane.pasteBuffer

View as Markdown

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

Paste a named buffer into this pane, as if it were typed.

The program running in the pane sees ordinary input, so a shell runs what arrives. Server.loadBuffer fills the buffer beforehand.

Examples

await pane.pasteBuffer("greeting");

0 declared, 0 inherited

Esc

Type to search.