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

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

解决办法:

shell 复制代码
vim ~/.tmux.conf

   
   
    AI生成项目
    shell
    
    

   
   
   
   
    
* 1

   

添加:

shell 复制代码
set -g mouse on

   
   
    AI生成项目
    shell
    
    

   
   
   
   
    
* 1

   

最后:

shell 复制代码
tmux source-file ~/.tmux.conf

   
   
    AI生成项目
    shell
    
    

   
   
   
   
    
* 1

   
复制代码
            </div><div data-report-view="{&quot;mod&quot;:&quot;1585297308_001&quot;,&quot;spm&quot;:&quot;1001.2101.3001.6548&quot;,&quot;dest&quot;:&quot;https://blog.csdn.net/qq_51714354/article/details/124384655&quot;,&quot;extend1&quot;:&quot;pc&quot;,&quot;ab&quot;:&quot;new&quot;}"><div></div></div>
            <link href="https://csdnimg.cn/release/blogv2/dist/mdeditor/css/editerView/markdown_views-0291849095.css" rel="stylesheet">
            <link href="https://csdnimg.cn/release/blogv2/dist/mdeditor/css/style-e504d6a974.css" rel="stylesheet">
    </div>

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

相关推荐
汪海游龙1 小时前
03.23 AI 精选:面向多款 AI 编码工具的 Agent 优化框架
github
JiMoKuangXiangQu2 小时前
Linux 锁 (3) - semaphore
linux·semaphore
「QT(C++)开发工程师」2 小时前
Git误操作急救手册大纲
git
顶点多余2 小时前
Linux中进程间通信 ---管道篇
linux·运维·服务器
zzzsde2 小时前
【Linux】进程控制(2):进程等待&&进程替换
linux·服务器·网络
feasibility.2 小时前
Agent-Reach赋能OpenClaw成为信息管家:实现GitHub/X/b站/小红书等十大平台信息获取(含手动安装)
人工智能·github·微信公众平台·新浪微博·小红书·openclaw·agent-reach
longxibo2 小时前
【Ubuntu datasophon1.2.1 二开之八:验证实时数据入湖】
大数据·linux·clickhouse·ubuntu·linq
恋红尘2 小时前
K8S 服务发现-叩丁狼
linux·docker·kubernetes
IMPYLH2 小时前
Linux 的 dd 命令
linux·运维·服务器
minji...2 小时前
Linux 进程间通信(一)进程间通信与匿名管道
linux·运维·服务器·数据结构·数据库·c++