X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/fd2712d3403845343aa57215c3943dae4da2c6cc..e2e96b228eaeaf5d08d38c63b1d3bb92fe4e171f:/packages/tmux/tmux.conf diff --git a/packages/tmux/tmux.conf b/packages/tmux/tmux.conf index 4ec5976f..207e5b59 100644 --- a/packages/tmux/tmux.conf +++ b/packages/tmux/tmux.conf @@ -1,7 +1,2 @@ set -g mouse on set -s escape-time 0 - -# Version 2.1 of tmux removed mouse wheel scrolling support by default, -# but these two lines from https://github.com/tmux/tmux/issues/145 add it back: -bind -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'" -bind -n WheelDownPane select-pane -t= \; send-keys -M