1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Less than, of course, not greater or equal

This commit is contained in:
2016-10-14 19:59:47 +02:00
parent 4927673a28
commit dedf9b0306

View File

@@ -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