On this page
pane.Pane.pasteBuffer
- Module
- pane
- Declared in
- Pane
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/pane.ts
-
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.loadBufferfills the buffer beforehand.Examples
await pane.pasteBuffer("greeting");
0 declared, 0 inherited