tmux new -s name //创建一个新会话 tmux ls //列出所有会话 tmux a -t name //返回某一个会话
s //会话切换 d //detach
% //垂直分屏 " //水平分屏
c //创建窗口 数字 //切换到对应编号的窗口 & //kill 窗口