# Nicholas Marriott - Man Tmux (Highlights)

## Metadata
**Review**:: [readwise.io](https://readwise.io/bookreview/20854279)
**Source**:: #from/readwise
**Zettel**:: #zettel/fleeting
**Status**:: #x
**Authors**:: [[Nicholas Marriott]]
**Full Title**:: Man Tmux
**Category**:: #articles #readwise/articles
**Category Icon**:: 📰
**URL**:: [manpages.org](https://manpages.org/tmux)
**Host**:: [[manpages.org]]
**Highlighted**:: [[2022-11-18]]
**Created**:: [[2022-11-26]]
## Highlights
### CLIENTS AND SESSIONS
#### new-session
- If `-t` is given, the new session is grouped with target-session. This means they share the same set of windows - all windows from target-session are linked to the new session, any new windows are linked to both sessions and any windows closed removed from both sessions. The current and previous window and any session options remain independent and either session may be killed without affecting the other. ^417142830