aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-11-21 11:26:30 +0800
committerAaron LI <aly@aaronly.me>2017-11-21 11:26:30 +0800
commit838ccd582ddb74066e547133914a4ff5912ae85b (patch)
tree41c46bed32c3d4bc661d40cd044f0ace584e6ea8
parentdc8c86e11a8cbb36b384085f7154860d4bd003f4 (diff)
downloaddotfiles-838ccd582ddb74066e547133914a4ff5912ae85b.tar.bz2
tmux: Increase scrollback history to 10000 lines
-rw-r--r--_tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/_tmux.conf b/_tmux.conf
index 90d8099..3a5fb07 100644
--- a/_tmux.conf
+++ b/_tmux.conf
@@ -59,7 +59,7 @@ setw -g mode-keys vi
set -sg escape-time 0
# Increase the scrollback history limit
-set -g history-limit 1000
+set -g history-limit 10000
# Lock after 15 minutes
#set -g lock-after-time 1800