[TMUX] Visual bell fixes

This commit is contained in:
Fabian Ising
2026-07-05 17:14:22 +02:00
parent c0c05c951a
commit 7b2c21ddc0
+6
View File
@@ -88,6 +88,12 @@ if '[ `uname` == Darwin ]' \
set-option -g set-titles on 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 # Escape timeout for nvim
set -sg escape-time 10 set -sg escape-time 10