You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.:
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.: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-sessionMy
attach
alias uses -D to boot out any other client attached to the session, and I'm good with that; I should add areattach
that doesn't include it.The text was updated successfully, but these errors were encountered: