setw -g mouse on
有了它$HOME/.tmux.conf
,我可以使用鼠标滚轮滚动 tmux 屏幕来查看前几行。但每次鼠标滚动只能滚动 1 行。我想指定一个自定义数字,例如 3,这是 Vim 中的默认值(使用set mouse=a
)。
我有tmux scroll multiple lines
在 Google 上搜索但没有找到答案。这可能吗?
我在跑tmux 2.1在 Windows 10 v1709 Enterprise 64 位上的 WSL 上的 Ubuntu 16.04 上。