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:
parent
fdb58f9708
commit
c32d234322
@ -84,9 +84,9 @@ set-option -g mode-keys vi
|
|||||||
# of any client connected to *that window*. Much more reasonable.
|
# of any client connected to *that window*. Much more reasonable.
|
||||||
set-window-option -g aggressive-resize on
|
set-window-option -g aggressive-resize on
|
||||||
|
|
||||||
# show the bell in all windows
|
# the visual bell causes a micro delay when typing. Tab completion triggers
|
||||||
set-option -g bell-action any
|
# the bell and typing halts for a second and it's really annoying.
|
||||||
set-option -g visual-bell on
|
set-option -g visual-bell off
|
||||||
|
|
||||||
# status bar
|
# status bar
|
||||||
set-option -g status-justify left
|
set-option -g status-justify left
|
||||||
|
Loading…
Reference in New Issue
Block a user