Reputation: 71
My friend and I started working on a project. We use grunt, so it's not optimal for us to both have our own terminals. The terminal we had originally was shared. Now we can't get a shared one back. What do I do?!
Upvotes: 6
Views: 2171
Reputation: 363
Cloud9 is using Tmux so you can run the following commands:
$ tmux display-message -p '#S'
lcipriani@ace_457
$ tmux switch -t lcipriani@ace_457
Enjoy!
Upvotes: 13