From 3d5348168e9e0304d6f7c418db97923567579e01 Mon Sep 17 00:00:00 2001 From: Tharre Date: Wed, 6 Mar 2019 18:08:23 +0100 Subject: tmux: increase history limit to 100000 --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-70-g09d2