Files
dotfiles/profiles/base/.tmux.conf
Daniel Bauer 61c9fffa73 base
2019-08-23 11:31:31 +02:00

6 lines
273 B
Bash

set-option -g mouse on
# make scrolling with wheels work
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