Getting Started
Getting Started
Updated for tmux 3.4Tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen.
Last updated: January 23, 2025
🚀 Quick Start
Install and start your first session in 30 seconds.
Why use tmux?
Persistence
Detach from a session and reattach later. Your running processes (servers, editors) stay alive.
Window Management
Split your terminal into multiple panes and windows. No need for 20 terminal tabs.
Remote Work
Perfect for SSH. If your connection drops, your session is saved on the server.
Next Steps
Now that you understand the basics, continue your tmux journey: