tmux: Change behavior of the visual bell

Tab completion triggers the bell, and typing input halts for a mic-
ro second.  It's really annoying.
This commit is contained in:
Alan Orth 2012-09-05 20:59:53 +03:00
parent fdb58f9708
commit c32d234322
1 changed files with 3 additions and 3 deletions

View File

@ -84,9 +84,9 @@ set-option -g mode-keys vi
# of any client connected to *that window*. Much more reasonable.
set-window-option -g aggressive-resize on
# show the bell in all windows
set-option -g bell-action any
set-option -g visual-bell on
# the visual bell causes a micro delay when typing. Tab completion triggers
# the bell and typing halts for a second and it's really annoying.
set-option -g visual-bell off
# status bar
set-option -g status-justify left