Answers for "tmux detach other client"

1

tmux disconnect other clients

// list up clients
<prefix> D
// select one you want to disconnect from list
// detach
<prefix> d
Posted by: Guest on June-15-2020
0

tmux detach

# Ctrl + b and then press d
Posted by: Guest on March-26-2021
1

tmux detach other clients

detach-client -a
Posted by: Guest on June-17-2021

Browse Popular Code Answers by Language