asciinema: Fix aarch64 build
[termux-packages] / packages / tmux / tmux.conf
CommitLineData
b4b35f2f 1set -g mouse on
59f0d218 2set -s escape-time 0
fd2712d3
FF
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