Some checks failed
Build Workflow / build (push) Failing after 6s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
tmux Cheat Sheet (Alfred Workflow)
Quickly look up tmux commands, key bindings, and practical examples directly from Alfred.
Install
Download alfred-tmux-cheat-sheet.alfredworkflow from the latest release and open it — Alfred imports it automatically.
Usage
- Open Alfred and type
tmuxfollowed by your query. - Results are ranked by how commonly they are needed.
- Press Enter to copy the result to clipboard.
- Press Cmd+L for a large type view.
Examples
| Query | Finds |
|---|---|
tmux new session name |
tmux new -s mysession |
tmux split |
Key bindings (Ctrl+b %, Ctrl+b ") and commands |
tmux attach |
All ways to attach to a session |
tmux copy |
Copy mode shortcuts and buffer commands |
tmux mouse |
tmux set -g mouse on |
Configuration
Open Alfred → Workflows → tmux Cheat Sheet → Configure Workflow to change the prefix key (default: Ctrl+b).
Development
Data sources:
- Key bindings are parsed from your local
man tmuxviabash scripts/parse_manual.sh. - Practical examples are curated in
data/examples.tsv— add your own by appending a line:command-name\tdescription\ttmux command. - Tier ordering controls result priority in
data/tiers.tsv(1 = essential, 4 = rare).
Regenerate the cheat sheet after a tmux update: bash scripts/parse_manual.sh
Run tests: bash tests/test_tmux_search.sh
Build locally: bash build/build_workflow.sh
Description
Releases
1
v2026.03.10
Latest
Languages
Shell
100%