- Module
- tmux
- Declared in
- Pane
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/pane_modes.go
- Other languages
- PythonRubyLuaTypeScriptRustJava.NETC++ Swift
- CopyMode ( ctx : context.Context , request : CopyModeRequest ) error
-
CopyMode enters or cancels copy mode using the receiver's exact linked session-window-pane target. PageDown requires tmux 3.5 and follows
UnsupportedPolicy. A version-probe error stops the operation. tmux resolves the receiver and optional SourcePane before processing Cancel; a stale target can therefore fail without resetting the current mode. Cancel then takes precedence over other actions.Only stderr produces a redacted
CommandError; nonzero exits without stderr are ignored. Accepted mode changes are not rolled back.In other ports Put a pane into copy mode
- Python
libtmux.Pane.copy_mode - Ruby
LibTmux::Pane#copy_mode - Lua
libtmux.Pane:copy_mode - TypeScript
pane.Pane.enterCopyMode - Rust
pane.Pane.copy_mode - Java
io.github.libtmux.Pane.Pane.copyMode - .NET
LibTmux.Pane.EnterCopyModeAsync - C++
libtmux::Pane::enter_copy_mode - Swift no equivalent on
Pane
- Python
0 declared, 0 inherited