> 技术文档 > 【tmux无法使用鼠标滚轮滚动页面的问题】解决方案

【tmux无法使用鼠标滚轮滚动页面的问题】解决方案


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

解决办法

vim ~/.tmux.conf AI生成项目 shell 
  • 1

添加:

set -g mouse on AI生成项目 shell 
  • 1

最后:

tmux source-file ~/.tmux.conf AI生成项目 shell 
  • 1
 

原文链接:https://blog.csdn.net/qq_51714354/article/details/124384655