mirror of
1
0
Fork 0

use new tmux mouse support

This commit is contained in:
Gregory Pakosz 2015-09-14 21:41:45 +02:00
parent 81b6897294
commit 53abd1dca8
1 changed files with 2 additions and 5 deletions

View File

@ -303,7 +303,7 @@ run 'for name in $(printenv | grep -Eo ^tmux_conf_[^=]+); do tmux setenv -gu $na
# }
#
# toggle_mouse() {
# old=$(tmux show -g -w | grep mode-mouse | cut -d' ' -f2)
# old=$(tmux show -g | grep mouse | head -n 1 | cut -d' ' -f2)
# new=""
#
# if [ "$old" = "on" ] ; then
@ -312,10 +312,7 @@ run 'for name in $(printenv | grep -Eo ^tmux_conf_[^=]+); do tmux setenv -gu $na
# new="on"
# fi
#
# tmux set -g mode-mouse $new \;\
# set -g mouse-resize-pane $new \;\
# set -g mouse-select-pane $new \;\
# set -g mouse-select-window $new \;\
# tmux set -g mouse $new \;\
# display "mouse: $new"
# }
#