From 6521dedbaa7081f8d1743e1f48cdc266bc80618f Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Fri, 25 Jul 2025 11:44:00 +0200 Subject: [PATCH] Reduce tmux status interval 5 > 2 --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index e612435..3aa3717 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -107,7 +107,7 @@ set -g history-limit 50000 set -g display-time 2500 # Refresh 'status-left' and 'status-right' more often, from every 15s to 5s -set -g status-interval 5 +set -g status-interval 2 # Focus events enabled for terminals that support them set -g focus-events on