picolisp: Update from 16.2.11 to 16.3.1
[termux-packages] / packages / tmux / tmux.conf
... / ...
CommitLineData
1set -g mouse on
2set -s escape-time 0
3
4# Version 2.1 of tmux removed mouse wheel scrolling support by default,
5# but these two lines from https://github.com/tmux/tmux/issues/145 add it back:
6bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'select-pane -t=; copy-mode -e; send-keys -M'"
7bind -n WheelDownPane select-pane -t= \; send-keys -M