Skip to content
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

Add ability to have multiple auto-connected sessions #4908

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AidenRHall
Copy link

As of now, if you turn on autoconnect and open a new terminal, it will connect you back to your an existing session, even if it's currently attached to by another terminal. This changeset changes the aforementioned behavior so that autoconnect sessions have special names. We use these like so: first we examine existing unattached sessions matching the autoconnect naming scheme, if we find one attach to it, else create a new one.

I don't see why anyone would want two terminal sessions with the same tmux session by default, so I didn't make it configurable. Maybe I'm horribly wrong via oversight, if so I would appreciate it if you let me know which use case I've overlooked. I want this badly and didn't see anything like it with the tmux tag in the issue tracker.

@mcornella mcornella added the tmux label Jun 17, 2016
@mcornella mcornella added Area: plugin Issue or PR related to a plugin Status: conflicts Pull Request that has conflicts with the master branch labels Mar 24, 2019
@larson-carter
Copy link
Member

@AidenRHall Can you please rebase this PR onto our latest master branch. Then update this PR with a Commit please? Thank You!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: plugin Issue or PR related to a plugin Status: conflicts Pull Request that has conflicts with the master branch
Projects
Status: Backlog
Development

Successfully merging this pull request may close these issues.

None yet

3 participants