From c32d2343227694ae9c8af8ca192f1478576005ac Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 5 Sep 2012 20:59:53 +0300 Subject: [PATCH] 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. --- .tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 9a7e45b..02f835e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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