[TMUX] Visual bell fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user