202603240856-tmux-common-shortcuts

๐ŸŽฏ List Overview

This card is a practical working list of the tmux shortcuts and commands that matter most in daily use. It is intentionally biased toward actions that reduce friction when working inside long-lived terminal sessions: creating and attaching sessions, moving between windows and panes, splitting layouts, entering copy mode, and recovering from accidental detach or pane clutter. The goal is not to be exhaustive. It is to capture the small, reusable subset that covers most real workflows.

The default tmux prefix is Ctrl-b, written here as prefix. So prefix c means press Ctrl-b, release it, then press c. The command-line examples are included because tmux becomes much easier once the mental model is clear: sessions contain windows, and windows contain panes. In practice, the shortcuts are faster for interactive work, while the commands are useful in scripts, SSH login flows, and when attaching to an existing workspace from a fresh shell.

๐Ÿงพ Items