Skip to content
zolrath edited this page Apr 4, 2012 · 3 revisions

wemux mirror

Use wemux mirror to attach to server in read-only mode.

wemux pair

Use wemux pair to attach to server in pair mode, which allows editing.

wemux rogue

Use wemux rogue to attach to server in rogue mode, which allows editing and switching to windows independently from the host.

wemux logout

Use wemux logout to remove your pair mode session.

wemux

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" in wemux.conf this can be changed to always join in rogue mode, even if a rogue session doesn't already exist.

Other Commands

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

Short-form Commands

All commands have a short form. m for mirror, p for pair etc. For a complete list, type wemux help (or wemux h)

Clone this wiki locally