tmux “is a terminal multiplexer.”
Shortcuts and snippets
These are some of the shortcuts I keep searching for, so I note them here.
C-b $ Rename session
C-b d Detach from session
C-b l Go to most recently used window
tmux attach -t <sessionName>