On this page
libtmux.Pane.copy_mode
- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux
- Source
- src/libtmux/pane.py
-
Enter copy mode via
$ tmux copy-mode.Examples
>>> pane.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+.
-
0 declared, 0 inherited