Answers for "tmux detach other clients"

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
1

tmux detach other clients

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

Browse Popular Code Answers by Language