On this page
pane.Pane.customizeMode
- Module
- pane
- Declared in
- Pane
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/pane.ts
-
Open tmux's interactive option editor in this pane.
tmux needs a client attached to the session to draw this. With none, it does nothing and reports success, so a headless run is told it worked.
Examples
await pane.customizeMode();
0 declared, 0 inherited