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;