From 48132a06ab86dad4051fbb9512f78110f8182de9 Mon Sep 17 00:00:00 2001 From: jon Date: Tue, 24 Dec 2019 08:41:59 -0600 Subject: [PATCH] Increase tmux scrollback buffer --- tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 73e0f1a..20a5498 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -3,6 +3,9 @@ set -g default-terminal screen-256color #remove escape delay set -s escape-time 0 +#history limit +set-option -g history-limit 5000 + #change C-b to Ca unbind C-b set-option -g prefix C-a