- Sessions, windows, panes — the distinction?
- Session is the top-level container. Windows are 'tabs' within a session. Panes are split views within a window. The prefix key (default Ctrl-b) gates all commands.
- What's the benefit over terminal tabs?
- Persistence — sessions survive SSH disconnects. Reattach from a different machine and your work is exactly where you left it.
- Can I customize the prefix key?
- Yes — many users change to Ctrl-a for less wrist strain. Covered in the config section.
- What about plugins?
- TPM (tmux plugin manager) is mentioned with common plugins (tmux-resurrect, tmux-yank). Plugins are usually the first customization.