-
-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
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
display directive in tmux.conf hides session details #7
Comments
For the moment, you can type Soon, there will be dedicated status bar or tmate. Related: #2 |
Can't tmate just run "tmate show-messages" when starting session? |
that's tempting, but what if you launch tmate with vim instead of a shell, it's going to be weird. |
i like the interim suggestion of dumping the tmate connection string into the system clipboard. |
|
@acook here's what i use.. after i fire up tmateip () {
output=$(tmate show-message | grep -m 1 "Remote session:")
echo ${output#*session: } # display it
echo ${output#*session: } | pbcopy # and copy it to clipboard
} |
I have
bind r source-file ~/.tmux.conf ; display "Reloaded tmux.conf!"
in my conf file.
That means I don't get to see the ssh login details to give to my "mates"
The text was updated successfully, but these errors were encountered: