Status Content and Style in tmux

From the tmux cheat sheet ยท Mouse and Status Line ยท verified Aug 2026

Status Content and Style

Show session context using formats and styles.

bash
set -g status-left '#S '
set -g status-right '%H:%M'
๐Ÿ“Œ #S expands to the session name
๐Ÿ” Formats can include conditions and variables
๐Ÿ’ก Keep the status line useful at narrow widths
โš ๏ธ Frequent shell commands can slow status updates
status-linestylesformats

Continue with tmux

Save the full cheat sheet or work through every related task.

More tmux tasks

Back to the full tmux cheat sheet