- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux
- Source
- src/libtmux/pane.py
- Other languages
- RubyLuaTypeScriptRustGoJava.NETC++ Swift
-
Enter copy mode via
$ tmux copy-mode.- Parameters
-
-
scroll_up ( bool | None ) – Start scrolled up one page (
-uflag). -
exit_on_bottom ( bool | None ) – Exit copy mode when scrolling reaches the bottom of the history (
-eflag). -
cancel ( bool | None ) – Cancel copy mode and any other modes (
-qflag). -
page_down ( bool | None ) – Scroll a page down if already in copy mode (
-dflag). Requires tmux 3.5+. -
source_pane ( str | None ) – Source pane whose contents should be displayed in copy mode (
-sflag). Lets you scroll/copy from another pane's history. Requires tmux 3.2+.
-
In other ports Put a pane into copy mode
- Ruby
LibTmux::Pane#copy_mode - Lua
libtmux.Pane:copy_mode - TypeScript
pane.Pane.enterCopyMode - Rust
pane.Pane.copy_mode - Go
tmux.Pane.CopyMode - Java
io.github.libtmux.Pane.Pane.copyMode - .NET
LibTmux.Pane.EnterCopyModeAsync - C++
libtmux::Pane::enter_copy_mode - Swift no equivalent on
Pane
Examples
>>> pane.copy_mode()await pane.enterCopyMode();0 declared, 0 inherited