From b59bc4d29b8ea521d3309df9c6f070cc44f5abc7 Mon Sep 17 00:00:00 2001 From: D4VIDB2 Date: Tue, 25 Jan 2022 10:52:37 +0100 Subject: [PATCH] tmux increase history --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 2b4409a..bd98379 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -22,7 +22,7 @@ setw -g mode-keys vi # fix escape key delay in vim set -s escape-time 0 -set -g history-limit 10000 +set -g history-limit 20000 set -g default-terminal screen-256color set-option -g default-shell /usr/bin/zsh