From d134c73d6383963e88367da3e62a8ce9075df0a2 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 31 May 2015 17:23:34 -0600 Subject: [PATCH] added another bell feature --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index 8ebb489..387e140 100644 --- a/tmux.conf +++ b/tmux.conf @@ -11,3 +11,4 @@ set -g base-index 1 #Faster command sequence set -s escape-time 0 set -g bell-action any # listen for activity on all windows +set -g bell-on-alert on