Why should you use Tmux?
- Coding agent session alive even when you close terminal
- Access the same session from anywhere ie mobile
Top tips:
- New: tmux new -s <name>
- Attach: tmux a -t <name>
- Mouse scroll: set -g mouse on in ~/.tmux.conf
Plenty more but start with this