tmux 使用指南¶
这篇教程已经写得很详细了 tmux 使用教程-阮一峰
- 新建
tmux new -s <session-name>
- 查看
tmux ls
- 连接
tmux attach -t <session-name>
- 分离
ctrl B D
tmux
detach
- 退出
exit
ctrl D
Text Only | |
---|---|
1 2 3 4 |
|
这篇教程已经写得很详细了 tmux 使用教程-阮一峰
tmux new -s <session-name>
tmux ls
tmux attach -t <session-name>
ctrl B D
tmux
detach
exit
ctrl D
Text Only | |
---|---|
1 2 3 4 |
|