From 268739aeeffe1c49dc16fe42ab4ba62b048a2996 Mon Sep 17 00:00:00 2001 From: Jonathan Agmon Date: Sat, 28 Mar 2026 11:50:15 +0300 Subject: [PATCH] Increase tmux-msgs to 4s --- .tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index c446446..21ad37d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -4,3 +4,7 @@ set -g mouse on set -s set-clipboard on set -g allow-passthrough on set-environment -g TZ Asia/Tel_Aviv + +# Show tmux messages for 4 seconds +set-option -g display-time 4000 +