In tmux I've been using Command Mode but it doesn't behave well with wemux.
Setup:
- macOS running iterm2 with tmux integration
Replicate
- open iterm2
- ssh example.com -t 'wemux -CC'
Once logged in this way I appear to be able to see the current server.
$ wemux l
Currently active wemux servers:
1. wemux <- current server
I can not see that I'm attached.
$ wemux u
Users connected to 'wemux':
1.
If I use ssh example.com -t 'wemux' the integration is lost but wemux works as expected.
$ wemux u
Users connected to 'wemux':
1. WOC\atlad003
In tmux I've been using Command Mode but it doesn't behave well with wemux.
Setup:
Replicate
Once logged in this way I appear to be able to see the current server.
I can not see that I'm attached.
If I use
ssh example.com -t 'wemux'the integration is lost but wemux works as expected.