From dedf9b03062c11942747e41240c825d661dda768 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 14 Oct 2016 19:59:47 +0200 Subject: [PATCH] Less than, of course, not greater or equal --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 8d14bf1..d47859d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -96,7 +96,7 @@ set -g update-environment -r setw -g xterm-keys on # Mouse support for resizing and selecting panes, default to off; not needed for 2.2 and up -if-shell "if [[ `tmux -V | cut -d' ' -f2` -ge 2.1 ]]; then true; else false; fi" \ +if-shell "if [[ `tmux -V | cut -d' ' -f2` -lt 2.1 ]]; then true; else false; fi" \ 'set -g mouse off; set -g mouse-utf8 off' # toggle mouse mode to allow mouse copy/paste