From e2cd5710e90c7ce62642f14bec299552bbed03a7 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 24 Mar 2020 04:32:12 +0100 Subject: [PATCH] set longer .tmux scrollback --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 1c51cec..f88ad1b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -8,7 +8,7 @@ set-option -g set-titles on set-option -g allow-rename on set -g status-keys vi -set -g history-limit 100000 +set -g history-limit 1000000 setw -g mouse on setw -g mode-keys vi