From 843f04fdc5296fcf0fa9052a3fc7329952873488 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sun, 18 Oct 2020 17:58:49 +0530 Subject: [PATCH] tmux: Increase scrollback buffer size --- tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 1b582c4..0ec0653 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -28,6 +28,9 @@ bind p previous-window # shorten command delay set -sg escape-time 1 +# Increase scrollback buffer size +set -g history-limit 8192 + # don't rename windows automatically set-option -g allow-rename off