From f0883459ca7bc7723e24194302bd88293191abda Mon Sep 17 00:00:00 2001 From: James Patrick Date: Fri, 19 Jan 2024 13:46:04 -0500 Subject: [PATCH] Increase scrollback size in tmux. --- tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 3062880..3f73205 100755 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,5 +1,7 @@ ## Behavior +set-option -g history-limit 5000 + # Mouse Mode On set -g mouse on # Fix scrolling