libtmux Reference MCP Search
On this page

tmux.Pane.SendPrefix

View as Markdown

Module
tmux
Declared in
Pane
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/pane_input.go
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.

0 declared, 0 inherited

Esc

Type to search.