From 545a2fd5b9e763fa9787b2d7dbdad6c9d135a3d5 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Thu, 1 Feb 2018 20:23:09 -0700 Subject: [PATCH] commented out bell options --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 135e611..076edf5 100644 --- a/tmux.conf +++ b/tmux.conf @@ -17,8 +17,8 @@ setw -g pane-base-index 1 bind r source-file ~/.tmux.conf \; display "config file loaded." #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 +#set -g bell-action any # listen for activity on all windows +#set -g bell-on-alert on bind | split-window -h bind - split-window -v unbind x