Configure tmux scroll speed

前端 未结 6 1566
时光取名叫无心
时光取名叫无心 2021-02-04 00:29

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

6条回答
  •  粉色の甜心
    2021-02-04 00:49

    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

提交回复
热议问题