Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

Reattach To A tmux Session

Attache to a named session:

Code

tmux attach -t SESSION_NAME

To a numbered session:

Code

tmux attach -t 0

where "0" is the number you see via `tmux ls`

Where "SESSION_NAME" is