tmux
table:セッション
Prefix + d デタッチ
Prefix + s セッションの一覧表示
Prefix + $ セッション名の変更
table:コマンド
tmux new-session -s $NAME セッションの作成
tmux attach-session -t "$ID" セッションのアタッチ
tmux switch-client -t セッション名 セッションの切り替え
code:shell
send-keys (send) -lRM -t target-pane key ...
last-pane (lastp) -de -t target-window
tmux display-panes