tmux can't scroll page with mouse wheel

Reference: https://blog.csdn.net/qq_51714354/article/details/124384655

解决tmux无法使用鼠标滚轮滚动页面的问题
解决办法:

cd ~/.tmux.conf
添加:

set -g mouse on
最后:

tmux source ~/.tmux.conf

If it has already been set up, you only need to tmux soucre ~/.tmux.conf again

Guess you like

Origin blog.csdn.net/qq_21237549/article/details/131483073
Recommended