use new tmux mouse support
This commit is contained in:
parent
81b6897294
commit
53abd1dca8
1 changed files with 2 additions and 5 deletions
|
@ -303,7 +303,7 @@ run 'for name in $(printenv | grep -Eo ^tmux_conf_[^=]+); do tmux setenv -gu $na
|
||||||
# }
|
# }
|
||||||
#
|
#
|
||||||
# toggle_mouse() {
|
# 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=""
|
# new=""
|
||||||
#
|
#
|
||||||
# if [ "$old" = "on" ] ; then
|
# if [ "$old" = "on" ] ; then
|
||||||
|
@ -312,10 +312,7 @@ run 'for name in $(printenv | grep -Eo ^tmux_conf_[^=]+); do tmux setenv -gu $na
|
||||||
# new="on"
|
# new="on"
|
||||||
# fi
|
# fi
|
||||||
#
|
#
|
||||||
# tmux set -g mode-mouse $new \;\
|
# tmux set -g mouse $new \;\
|
||||||
# set -g mouse-resize-pane $new \;\
|
|
||||||
# set -g mouse-select-pane $new \;\
|
|
||||||
# set -g mouse-select-window $new \;\
|
|
||||||
# display "mouse: $new"
|
# display "mouse: $new"
|
||||||
# }
|
# }
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue