-
Notifications
You must be signed in to change notification settings - Fork 141
Client Commands
zolrath edited this page Apr 4, 2012
·
3 revisions
Use wemux mirror to attach to server in read-only mode.
Use wemux pair to attach to server in pair mode, which allows editing.
Use wemux rogue to attach to server in rogue mode, which allows editing and
switching to windows independently from the host.
Use wemux logout to remove your pair mode session.
When wemux is run without any arguments in client mode, its behavior
attempts to intelligently select mirror, pair, or rogue:
- If the client does not have an existing rogue session it will attach to the wemux server in pair mode.
- If the client has already started a wemux rogue session, it will reattach to the server in rogue mode.
- By setting
default_client_mode="rogue"inwemux.confthis can be changed to always join in rogue mode, even if a rogue session doesn't already exist.
wemux passes commands it doesn't understand through to tmux with the correct socket setting.
wemux list-sessions is equivalent to entering tmux -S /tmp/wemux-wemux list-sessions
All commands have a short form. m for mirror, p for pair etc.
For a complete list, type wemux help (or wemux h)