From 65d5040af202d4a8f8481e5e8c70697927625322 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 3 Sep 2025 15:39:42 +0300 Subject: [PATCH] chore(config): tmux: add history limit --- config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index bb65bc5..092161d 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -26,6 +26,7 @@ set -g mouse on # Mouse support set -g set-titles on # Allow tmux to set the terminal title set -g status on # Setting status on set -g status-keys vi # vi keys to move between panes +set -g history-limit 3000 # Scrollback history limit # Activity Monitoring (for when something happens in another pain) set -g monitor-activity on