How do I scroll in tmux?
Problem
How do I scroll with either the keyboard or mouse? The man page indicates one must enter copy-mode to scroll. Is there a way to quickly scroll without manually entering copy-mode?
Error Output
tmux
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Fix for: How do I scroll in tmux?
Ctrl-b then [ then you can use your normal navigation keys to scroll around (eg. Up Arrow or PgDn). Press q to quit scroll mode. Alternatively you can press Ctrl-b PgUp to go directly into copy mode and scroll one page up (which is what it sounds like you will want most of the time) In mode (see below), you can also scroll the page up/down line by line using Shift-k and Shift-j (if you're already in scroll mode). Unshifted, the cursor moves instead of the page. Excerpts from the man page: tmux …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix