aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-05-18 10:51:58 -0600
committerCody Hiar <codyfh@gmail.com>2017-05-18 10:51:58 -0600
commitc29912889bec1e640db30e2e8e8500f5150ba157 (patch)
tree46d66cbc6979da166e402c49bbd000bd6b7d8303
parentdbd80e8b5fbd0947c2064f8094a266ba83587dec (diff)
Higher scrollback
-rw-r--r--tmux.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.config b/tmux.config
index 1cfc59c..94dc931 100644
--- a/tmux.config
+++ b/tmux.config
@@ -54,6 +54,8 @@ set-window-option -g aggressive-resize
# Use base 1 numbering, 0 base is a big stretch
set -g base-index 1
setw -g pane-base-index 1
+# Increase the history
+set -g history-limit 20000
#####################################
# Colors