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