From 78cb87d620c0ab191b45383cee0026529d437455 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Mon, 5 Oct 2015 05:46:44 -0400 Subject: [PATCH] Set mouse-mode tmux syntax fix --- .tmux.conf | 2 +- install.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 9413514..c2e7377 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,5 +1,5 @@ #configure mouse -set -g mouse-mode on +set -g mode-mouse on set -g mouse-select-pane on set -g mouse-resize-pane on set -g mouse-select-window on diff --git a/install.sh b/install.sh index 7d6cfb0..5bde887 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,5 @@ git pull origin master; +git submodule init; git submodule sync; git submodule update;