diff options
author | Tharre <tharre3@gmail.com> | 2017-08-20 12:16:57 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-08-20 12:16:57 +0200 |
commit | ed87534ba97efe7f00ef87049dc4ad2f7191dfd3 (patch) | |
tree | 6e1beb80ea68ca1ac1668f3fab0292546800eb7a /.tmux.conf | |
parent | 5b03419f8f2ae75b5708ed7b441f4535e3d10062 (diff) | |
download | dotfiles-ed87534ba97efe7f00ef87049dc4ad2f7191dfd3.tar.gz dotfiles-ed87534ba97efe7f00ef87049dc4ad2f7191dfd3.tar.xz dotfiles-ed87534ba97efe7f00ef87049dc4ad2f7191dfd3.zip |
tmux: 10000 lines of history are enough
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ set -g default-terminal "screen-256color" set -g base-index 1 # start window numbering with 1 -set-option -g history-limit 100000 +set-option -g history-limit 10000 bind-key r source-file ~/.tmux.conf \; display "Config reloaded!" |