ServerThe background process that manages tmux sessions. A single server can manage multiple sessions.SessionA collection of windows under a single name. Sessions can be detached (running in background) or attached (displayed in a terminal).WindowSimilar to a tab in a browser, each window occupies the entire terminal screen and can be divided into panes.PaneA rectangular division of a window running a single shell or program. Multiple panes can be displayed simultaneously.ClientA terminal connected to a tmux session. Multiple clients can be attached to the same session simultaneously.Prefix KeyThe key combination (usually Ctrl+b) that signals to tmux that the next keystroke is a tmux command.
First seen: 2025-06-02 10:35
Last seen: 2025-06-02 11:35