pane.Pane.sendPrefix
TypeScript
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust
- Go
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- packages/libtmux/src/pane.ts
- Other languages
- Python Ruby Lua RustGo Java .NET C++ Swift
-
Send the configured prefix key to 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.
In other ports Send the configured prefix key to a pane
- Python
libtmux.Pane.send_prefix - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- Rust
pane.Pane.send_prefix - Go
tmux.Pane.SendPrefix - Java no equivalent on
Pane - .NET
LibTmux.Pane.SendPrefixAsync - C++ no equivalent on
Pane - Swift no equivalent on
Pane
- Python
Examples
await pane.sendPrefix();>>> pane.send_prefix()0 declared, 0 inherited