From bc6549282ffda8701aa3771f419164afb86f1060 Mon Sep 17 00:00:00 2001 From: aaearon Date: Mon, 31 Dec 2012 08:33:44 -0500 Subject: [PATCH] fixed typo in .tmux.conf --- conf/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.tmux.conf b/conf/.tmux.conf index 26ca584f6..63991b3c1 100644 --- a/conf/.tmux.conf +++ b/conf/.tmux.conf @@ -40,7 +40,7 @@ set-option -g status-right-length 200 set-window-option -g window-status-current-bg red #mouse - allows selct pane and resize with mouse -zset -g mode-mouse on +set -g mode-mouse on set -g mouse-resize-pane on set -g mouse-select-pane on set -g mouse-select-window on