Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

Python API

Python documentation

libtmux.Pane.send_prefix

Python

View as Markdown

Module
libtmux
Declared in
Pane
Package
libtmux
Source
src/libtmux/pane.py
Other languages
Ruby Lua TypeScriptRustGo Java .NET C++ Swift
send_prefix ( self , secondary : bool | None = None ) → None
method [source]
method [source]
send_prefix

Send the prefix key to the pane via $ tmux send-prefix.

Parameters
  • secondary ( bool | None ) – Send the secondary prefix key (-2 flag).

In other ports Send the configured prefix key to a pane

Examples

>>> pane.send_prefix()
await pane.sendPrefix();

0 declared, 0 inherited

Esc

Type to search.