How do I disconnect all other users in tmux?

You can use <prefix> D (where prefix is C-b by default), to chose which clients to detach; it will also list they col/lines as well as the last used time. Note the uppercase D, i.e. Shift+d. You could also use tmux’s detach-client option detach-client [-P] [-a] [-s target-session] [-t target-client] (alias: detach) Detach the current … Read more

“tmux set -g mouse-mode on” not scrolling

So this option has been renamed in version 2.1 (18 October 2015) From the changelog: Mouse-mode has been rewritten. There’s now no longer options for: – mouse-resize-pane – mouse-select-pane – mouse-select-window – mode-mouse Instead there is just one option: ‘mouse’ which turns on mouse support So this is what I’m using now in my .tmux.conf … Read more