Command Prompt and Sequences in tmux

From the tmux cheat sheet ยท Targets and Commands ยท verified Aug 2026

Command Prompt and Sequences

Run tmux commands interactively or in sequence.

bash
# Ctrl-b :
new-window -n logs
โšก Ctrl-b : opens the tmux command prompt
๐Ÿ“Œ Escape semicolons from the shell
๐Ÿ’ก Command sequences build repeatable workspaces
๐Ÿ” display-message can expand tmux formats
command-promptsequencescommands

Continue with tmux

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

More tmux tasks

Back to the full tmux cheat sheet