I\'ve got a tmux session where the window is too small because some user somewhere is connected.
How do I tell tmux to disconnect all connected users?
tmux a -dt
a=attach d=detach other clients (so only you can attach to this session) t=target