터미널 멀티플렉서. tmux는 단일 단말기 창 또는 원격 터미널 세션 안에서 여러 세션을 사용할 수 있도록 도와줍니다. zellij 와 screen도 참조하세요. 더 많은 정보: https://github.com/tmux/tmux.
zellij
screen
tmux
tmux new -s {{이름}}
tmux ls
tmux attach
Ctrl-B d
Ctrl-B c
Ctrl-B w
tmux kill-session -t {{이름}}