回答:
あなたは使用することができます<prefix> D (接頭辞である場合C-b、デフォルトで)デタッチしたクライアントを選択すること; また、それらの列/行と最後に使用された時刻もリストされます。大文字D、つまりShift+に注意してくださいd。
tmuxのdetach-clientオプションを使用することもできます
detach-client [-P] [-a] [-s target-session] [-t target-client]
(alias: detach)
Detach the current client if bound to a key, the client specified
with -t, or all clients currently attached to the session speci-
fied by -s. The -a option kills all but the client given with
-t. If -P is given, send SIGHUP to the parent process of the
client, typically causing it to exit.
<prefix>:後に続くか、detach [options]tmux内のコマンドラインからtmux detach [options]
prefix+ 'D' を使い始めると思うので、忘れないようにしましょう。魅力のように働いた。
tmux detach-client -aは、現在のクライアント以外のすべてのクライアントを切り離します。私はよくタイプミスするprefix-Dので、このアプローチを好みます。私にも機能がありますdetachothers () { tmux detach-client -a; 。
<prefix> D注意してください、majuscule Dはここで重要です!! (私はそれを実現する前に、現在のクライアントを切り離すのにいらいらする時間を費やします:D)