From a9d83b3c10d1431d5c22717641814fff4c9379ed Mon Sep 17 00:00:00 2001 From: Marco Kundt Date: Sat, 6 Feb 2021 14:37:24 +0100 Subject: [PATCH] scrollback history --- tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 4bf9ff9..f02ba5c 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,4 +1,5 @@ set -s escape-time 0 +set -g history-limit 30000 set -g default-terminal 'screen-256color' set -g mouse on set -g set-titles on