// what it is
Description
Nicholas Marriott's terminal multiplexer. Critical for any long-running engagement — start a tmux session, detach, reconnect later, your work survives network drops and laptop sleeps.
// use cases
What people use it for
- Resilient remote sessions
- Multi-pane workflows
- Sharing terminal sessions
// commands
The commands you'll type
New session
$ tmux new -s workAttach existing
$ tmux attach -t work