We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At my current job, we use wemux on a common pairing server that all of our devs log in to.
We have this in our shared .tmux.conf file.
set -g status-right "#(wemux status_users)"
Often times I'll have to terminals (iterm) opened to our pairing server. Each connected to different wemux sessions.
Terminal 1: wemux j developer_name1 && wemux Terminal 2: wemux j developer_name2 && wemux
In the status bar of both terminals we see the names that should only be on the most recently connected one.
Is this an error with the line in the tmux config? or a limitation?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At my current job, we use wemux on a common pairing server that all of our devs log in to.
We have this in our shared .tmux.conf file.
Often times I'll have to terminals (iterm) opened to our pairing server. Each connected to different wemux sessions.
Terminal 1: wemux j developer_name1 && wemux
Terminal 2: wemux j developer_name2 && wemux
In the status bar of both terminals we see the names that should only be on the most recently connected one.
Is this an error with the line in the tmux config? or a limitation?
The text was updated successfully, but these errors were encountered: