为什么
装了win11 后 装了ubuntu 后 ,就得安装 tmux
安装
在Ubuntu和Debian上安装Tmux
sudo apt install tmux
美化
$ cd ~/
$ git clone https://github.com/gpakosz/.tmux.git
$ ln -s -f .tmux/.tmux.conf
$ cp .tmux/.tmux.conf.local .
命令
退出 exit
进入 tmux
修改前缀键 Ctrl + b,改为 Ctrl + x
$ vim ~/.tmux.conf
set-option -g prefix2 C-x
注:该操作只是添加了第二个前缀键,并不会影响原前缀键。 回头有时间看看这个
Tmux 终端复用器美化(2021/11/20)
https://blog.csdn.net/qq_44797987/article/details/121447426