TMUX cheatsheet
| Activity | Command Sequence |
|---|---|
| Start a New Session | tmux |
| Start a new session with name | tmux new -s session_name |
| Detach current session and let it run in background | CTRL-b d |
| Reattach to a specific session | tmux attach-session -t session-name |