Getting Started

Updated for tmux 3.4

Tmux 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.

1. Install

bash
brew install tmux

See the complete installation guide for other platforms.

2. Start Session

bash
tmux new -s my-session

Learn more about session commands.

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.