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