Skip to main content

Timeline for How do I scroll in tmux?

Current License: CC BY-SA 3.0

34 events
when toggle format what by license comment
Jan 3 at 19:46 comment added BenKoshy Does anybody know how one can memorize this?
May 19, 2023 at 7:33 comment added Convexity Keyboard short cuts for more: tmuxcheatsheet.com
Jun 27, 2022 at 12:57 comment added Dennis Williamson @CharlieParker: gist.github.com/paulodeleo/5594773 (I haven't tested this)
Mar 25, 2021 at 22:25 comment added Charlie Parker I know this is sort of against the spirit but I want to use my mouse...
Nov 17, 2018 at 16:44 comment added Markus Zeller CTRL-B and then PgUp is working fine. Then I can use PgUp, PgDn or ArrUp, ArrDn. To leave and auto scroll to the end hit Esc
May 2, 2017 at 17:35 comment added Mateen Ulhaq To escape, type in Q or Ctrl + J.
Apr 5, 2017 at 16:55 comment added Dennis Williamson @mbigras I searched for "mode-keys" and looked around.
Apr 5, 2017 at 16:32 comment added mbigras @DennisWilliamson thank you! Makes sense, $echo $EDITOR #=> vim what did you search for in the man page? For example, :/foobar
Apr 5, 2017 at 16:30 comment added Dennis Williamson @mbigras: From the man page: "mode-keys [vi | emacs] Use vi or emacs-style key bindings in copy mode. The default is emacs, unless VISUAL or EDITOR contains 'vi'."
Apr 5, 2017 at 16:18 comment added mbigras @DennisWilliamson does that mean tmux is in vi mode by default? Or does it only have some of the functionality? Line by line scrolling in this case.
Apr 5, 2017 at 16:16 comment added Dennis Williamson @mbigras: It seems to be.
Apr 5, 2017 at 16:13 comment added mbigras Is Shift-j and Shift-k line by line scrolling enabled by default? It seems like it is on my machine.
Apr 7, 2016 at 12:22 comment added Dima Knivets So much hassle just to accomplish basic stuff - why UI has to be so poor?
Jan 26, 2016 at 1:01 history edited Dennis Williamson CC BY-SA 3.0
added 196 characters in body
Jan 26, 2016 at 0:55 history edited Dennis Williamson CC BY-SA 3.0
added 196 characters in body
Jan 26, 2016 at 0:52 comment added Dennis Williamson @CharlieParker: I've expanded my answer to include some navigation key bindings. Note that you can use numeric count prefixes like you would in vim so (set to vi key bindings) you could press 2 then PageUp (or Ctrl-b (twice)) and you'd move up two screen fulls.
Jan 26, 2016 at 0:44 history edited Dennis Williamson CC BY-SA 3.0
expand answer
Jan 26, 2016 at 0:34 comment added Charlie Parker Isn't there a better way than just up and down arrows to scroll tmux? Like batch scrolling as in ctrl+b similar to VIM?
Feb 4, 2015 at 1:59 comment added Graham Perks To escape from scroll mode, press Escape or Q. Don't get stuck like I did :)
Nov 4, 2013 at 9:44 comment added Jonathan Hartley @chaiyachaiya's answer is much better (If you can bear to reach for the mouse)
Jul 29, 2013 at 12:07 comment added wik With vi mode-keys you can also use it's typical: C-y and C-e to scroll up/down line by line
May 18, 2013 at 17:51 comment added Nick Hammond On a macbook if you're in scroll mode you can use fn+Shift+LeftArrow to scroll up a page.
S Mar 27, 2013 at 7:39 history suggested CommunityBot CC BY-SA 3.0
Added alternative to page scrolling. If you want to immediately scroll up/down line by line (instead of page at a time) you can use the Shift-j/k combination (in scroll mode).
Mar 27, 2013 at 2:35 review Suggested edits
S Mar 27, 2013 at 7:39
S Jul 28, 2011 at 5:28 history suggested Jason Axelson CC BY-SA 3.0
talk more about copy mode and provide another easier way to enter it
Jul 28, 2011 at 4:52 review Suggested edits
S Jul 28, 2011 at 5:28
Apr 11, 2011 at 17:57 comment added Tyler on macbook, the fn+up goes straight to terminal app and never hits tmux
Nov 11, 2010 at 18:43 comment added Dennis Williamson @chadoh: Try these on your Macbook: Home: fn-LeftArrow; End: fn-RightArrow; Page Up: fn-UpArrow; Page Down: fn-DownArrow. To make keycaps: <kbd>Ctrl</kbd>
Nov 11, 2010 at 17:15 vote accept chadoh
Nov 11, 2010 at 17:11 comment added chadoh Correct, my tmux has no scroll-mode. You need to C-b [ to enter copy mode and then use either the emacs or vi key-bindings to scroll around. This seems like a lot of steps just to scroll, but the benefits of tmux still outweigh these annoyances. I'm on a macbook and there is no PageUp key :-\. (Also, how do I make keys with markdown like you did, Dennis?)
Nov 11, 2010 at 12:22 comment added Chris Johnsen Ahh, that explains it. I think I started with 1.1 which was already after scroll-mode had been subsumed. The OP says ‘only two instances of the word "scroll" [in the man page]’, so the version is probably one without scroll-mode.
Nov 11, 2010 at 11:53 comment added Dennis Williamson @Chris: In my tmux 0.8 (and its man page), C-b = is scroll-mode. Apparently, newer versions have dropped that.
Nov 11, 2010 at 5:55 comment added Chris Johnsen I think C-b = is choose-buffer by default. Did you mean C-b [ (which is copy-mode by default)? Also you can also use C-b PageUp to start copy-mode directly on the previous page (very handy when you know what you want to view/copy has already scrolled off the current page).
Nov 11, 2010 at 3:02 history answered Dennis Williamson CC BY-SA 2.5