Increasing scrollback in tmux

This commit is contained in:
Dan Buch 2012-08-25 10:47:00 -04:00
parent 1a198ecda3
commit ec7163be28

View File

@ -21,3 +21,6 @@ bind-key C-b last-window
# faster!
set -s escape-time 0
# i forget easily
set -g history-limit 100000