On this page
pane.Pane.cmd
- Module
- pane
- Declared in
- Pane
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/pane.ts
-
Run a tmux command this package does not model, addressed at this pane.
The pane's id is sent as the target; pass
targetto address something else, ornullfor a command that takes none.Examples
await pane.cmd("clock-mode");
0 declared, 0 inherited