Format Variables in tmux
From the tmux cheat sheet ยท Formats and Automation ยท verified Aug 2026
Format Variables
Print tmux state for scripts and status content.
bash
tmux display-message -p '#S:#I.#P'๐ -p prints the expanded result to stdout
๐ก -F formats every row from list commands
๐ Long and short variable names can be mixed
๐ฏ Prefer formats over parsing human-readable output
formatsscriptingdisplay-message
Continue with tmux
Save the full cheat sheet or work through every related task.