From b6fc3d875952bf098810444a94062eb8216d542e Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Wed, 31 Oct 2018 14:18:19 -0500 Subject: [PATCH] Removing obsolete option: bell-on-alert --- .tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 5389111..49ebda0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -53,7 +53,6 @@ set-option -g update-environment "DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PI # Set audible bell on, and visual bell off because it is slooooowwwww set-option -g bell-action any -set-option -g bell-on-alert on set-option -g visual-bell off set-option -g visual-silence off set-option -g visual-activity off