From 7b2c21ddc02de55429e296cbd802362f31f93100 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Sun, 5 Jul 2026 17:14:22 +0200 Subject: [PATCH] [TMUX] Visual bell fixes --- tmux/.tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 13c5c00..60ebfb1 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -88,6 +88,12 @@ if '[ `uname` == Darwin ]' \ set-option -g set-titles on +set -g visual-bell on +# Forward bells from ALL panes to terminal (not just active one) +set -g bell-action any +# Enable bell monitoring +set -g monitor-bell on + # Escape timeout for nvim set -sg escape-time 10