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 tmux reattach #2

Open
cceckman opened this issue May 6, 2019 · 0 comments
Open

Add tmux reattach #2

cceckman opened this issue May 6, 2019 · 0 comments

Comments

@cceckman
Copy link
Owner

cceckman commented May 6, 2019

tmux has a useful "session groups" feature, where you can have different views of the same set of windows. This can be useful to have non-square layouts of a single workspace, e.g.:

+---------+--------+
| browser | `ws X` |
+---------+        |   
| `ws X`  |        |
+---------+--------+

It looks like tmux new-session -t 'session-name' is the way to do this: https://unix.stackexchange.com/questions/24274/attach-to-different-windows-in-session

My attach alias uses -D to boot out any other client attached to the session, and I'm good with that; I should add a reattach that doesn't include it.

@cceckman cceckman changed the title Add tmux "reattach" Add tmux reattach May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant