Can tmux scroll speed (using a mouse wheel or touch pad) be configured?
Tmux 2.1 sort of broke scrolling (depending on your configuration), forcing me to update my confi
For tmux 2.4 and above, the following works for me:
bind -Tcopy-mode WheelUpPane send -N1 -X scroll-up bind -Tcopy-mode WheelDownPane send -N1 -X scroll-down
This sets it to scroll 1 line at a time.
From the changelog - look for Changes from 2.3 to 2.4
Changes from 2.3 to 2.4