mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 06:55:11 +01:00
Less than, of course, not greater or equal
This commit is contained in:
@@ -96,7 +96,7 @@ set -g update-environment -r
|
|||||||
setw -g xterm-keys on
|
setw -g xterm-keys on
|
||||||
|
|
||||||
# Mouse support for resizing and selecting panes, default to off; not needed for 2.2 and up
|
# 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'
|
'set -g mouse off; set -g mouse-utf8 off'
|
||||||
|
|
||||||
# toggle mouse mode to allow mouse copy/paste
|
# toggle mouse mode to allow mouse copy/paste
|
||||||
|
|||||||
Reference in New Issue
Block a user