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