답변:
당신은 사용할 수 있습니다 <prefix> D
(접두사이고 C-b
기본적으로) 분리에있는 클라이언트를 선택하기 위해; 또한 마지막으로 사용한 시간뿐만 아니라 col / lines를 나열합니다. 대문자를주의하십시오 ( 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)