summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2017-08-20 12:16:57 +0200
committerTharre <tharre3@gmail.com>2017-08-20 12:16:57 +0200
commited87534ba97efe7f00ef87049dc4ad2f7191dfd3 (patch)
tree6e1beb80ea68ca1ac1668f3fab0292546800eb7a /.tmux.conf
parent5b03419f8f2ae75b5708ed7b441f4535e3d10062 (diff)
downloaddotfiles-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.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index d317df6..4a7f970 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -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!"