From 1328d4d60ae4cf6f5ee0cd0332a90901a84efe2f Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Fri, 3 Jun 2022 14:47:47 -0700 Subject: [PATCH] Longer tmux scrollback --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index 74dce8d..67573c5 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,3 +1,6 @@ +# Longer scrollback +set-window-option -g history-limit 50000 + # Enable mouse mode set-window-option -g mouse on