From 74f6c21910183f244c47d5672d4124288bc31a24 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Tue, 29 Sep 2015 16:57:33 -0400 Subject: [PATCH] fix tmux.conf syntax errors --- .tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 4168aec..9413514 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,5 +1,5 @@ #configure mouse -setw -g mouse-mode on +set -g mouse-mode on set -g mouse-select-pane on set -g mouse-resize-pane on set -g mouse-select-window on @@ -32,6 +32,5 @@ bind -r K resize-pane -U 5 bind -r L resize-pane -R 5 unbind % -unbind " bind v split-window -h bind b split-window -v