diff options
author | Aaron LI <aly@aaronly.me> | 2017-11-21 11:26:30 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-11-21 11:26:30 +0800 |
commit | 838ccd582ddb74066e547133914a4ff5912ae85b (patch) | |
tree | 41c46bed32c3d4bc661d40cd044f0ace584e6ea8 | |
parent | dc8c86e11a8cbb36b384085f7154860d4bd003f4 (diff) | |
download | dotfiles-838ccd582ddb74066e547133914a4ff5912ae85b.tar.bz2 |
tmux: Increase scrollback history to 10000 lines
-rw-r--r-- | _tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |