summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2019-03-06 18:08:23 +0100
committerTharre <tharre3@gmail.com>2019-03-06 18:08:23 +0100
commit3d5348168e9e0304d6f7c418db97923567579e01 (patch)
treeee9b9180c8672b180015d11f073eb05122e15330 /.tmux.conf
parent3cc5d112ebc031bdc6a2cb759150db818cd8fdeb (diff)
downloaddotfiles-3d5348168e9e0304d6f7c418db97923567579e01.tar.gz
dotfiles-3d5348168e9e0304d6f7c418db97923567579e01.tar.xz
dotfiles-3d5348168e9e0304d6f7c418db97923567579e01.zip
tmux: increase history limit to 100000
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 e504651..6764e69 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -7,7 +7,7 @@ set -g default-terminal "screen-256color"
set -g base-index 1 # start window numbering with 1
-set-option -g history-limit 10000
+set-option -g history-limit 100000
set-option -g allow-rename on
set-option -g set-titles on
set-option -g set-titles-string "#W"