端末のマルチプレクサ。ウィンドウやペインなどによる複数セッションを可能にします。 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 {{セッション名}}