安装byobu:
sudo apt install byobu
新建一个byobu会话:
byobu new -s
关闭一个byobu会话:
byobu kill-sesssion -t
恢复某个byobu会话:
byobu a -t
查看有哪些byobu会话:
byobu ls
F2 | Create a new window 打开一个新的窗口 |
F3 | Move to the previous window 进入前一个窗口 |
F4 | Move to the next window 进入后一个窗口 |
F6 | Detach from the session and logout 断开链接 |
Ctrl+F2 | Split the screen vertically 竖切割新建个窗口 |
Shift-F2 | Split the screen horizontally 横切割新建个窗口 |
Ctrl+F6 | Kill window |
exit 退出某个窗口