tmux无法使用鼠标滚轮滚动页面

参考:https://blog.csdn.net/qq_51714354/article/details/124384655

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

cd ~/.tmux.conf
添加:

set -g mouse on
最后:

tmux source ~/.tmux.conf

如果本来就已经设置过了,则只需要再tmux soucre ~/.tmux.conf一下即可以

猜你喜欢

转载自blog.csdn.net/qq_21237549/article/details/131483073