Skip to content

Instantly share code, notes, and snippets.

@lucasw
Last active March 27, 2018 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucasw/ef67285b40b89dec2c90fcb0248605f6 to your computer and use it in GitHub Desktop.
Save lucasw/ef67285b40b89dec2c90fcb0248605f6 to your computer and use it in GitHub Desktop.
tmux

scroll limit

vi ~/.tmux.conf
set-option -g history-limit 3000

Scrolling

ctrl-b then [ to scroll up with arrows and pgup/pgdn

how to move to bottom?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment