Show HN: Yet another tmux cheat sheet
Published on: 2025-06-11 20:30:30
Server The background process that manages tmux sessions. A single server can manage multiple sessions.
Session A collection of windows under a single name. Sessions can be detached (running in background) or attached (displayed in a terminal).
Window Similar to a tab in a browser, each window occupies the entire terminal screen and can be divided into panes.
Pane A rectangular division of a window running a single shell or program. Multiple panes can be displayed simultaneously.
Client A terminal connected to a tmux session. Multiple clients can be attached to the same session simultaneously.
... Read full article.