系统:centos7.6 1810
001、下载tmux工具
[root@pc1 ~]# tmux bash: tmux: command not found... [root@pc1 ~]# yum install tmux -y ## 安装命令
002、启动 tmux 功能
在终端直接输入 tmux, 然后底部会出现如下效果:
003、左右分屏: ctrl + b , 然后输入%:
004、退出当前分屏:
ctrl + b; 然后如输入x, 然后输入y
005、上下分屏:
ctrl + b, 然后输入”:
006、上下、左右分屏切换
ctrl + b,然后输出空格:
007、两个屏之间的切换
ctrl + b; 然后输入o(或者使用左右方向键):
008、退出 tmux
连续使用 :ctrl + b; 然后输入x; 然后输入y;
。
标签:左右分,ctrl,然后,tmux,Linux,输入,分屏 From: https://www.cnblogs.com/liujiaxin2018/p/17765411.html