tumx
tumx
连接上次的窗口
tmux a简介
tumx主要有三种模式:Session windows panel。
每个Session下有很多windows 每个windows下有很多panel。一般一个Session 就足够使用。
https://tmuxcheatsheet.com/ 这里有主要的命令
在~/.tmux.conf文件下添加:
set-option -g mouse on然后按 ctrl + b 再按 ;
输入:
source-file ~/.tmux.conf就可以开启鼠标拖动了
tumx
https://mingsm17518.github.io/2026/03/30/常用命令/tumx/