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

Go API

Go documentation

tmux.Pane.SendPrefix

Go

View as Markdown

Module
tmux
Declared in
Pane
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/pane_input.go
Other languages
Python Ruby Lua TypeScriptRust Java .NET C++ Swift
SendPrefix ( ctx : context.Context , key : PrefixKey ) → error
method [source]
method [source]
SendPrefix

SendPrefix sends a tmux prefix key to the receiver's exact linked pane. Unsupported PrefixKey values fail before execution. A completed command produces a CommandError only when tmux writes stderr; the library-created error retains only the exit code. Nonzero exits without stderr are ignored; transport errors are delivery-ambiguous.

In other ports Send the configured prefix key to a pane

0 declared, 0 inherited

Esc

Type to search.