ShortcutFoo uses a Spaced Repetition System that adapts to your training.
scf keyboard

Prompt I

tmux
Start new session from prompt
tmux new -s name
Start new session with name 'name' from prompt
tmux a
Attach session from prompt
tmux ls
List session from prompt
scf keyboard

Sessions I

C-bs
List sessions
C-b$
Name session
C-b:new
New session
scf keyboard

Windows I

C-bc
Create window
C-bw
List windows
C-bn
Next window
C-bp
Previous window
scf keyboard

Windows II

C-bf
Find window
C-b,
Name window
C-b&
Kill window
scf keyboard

Panes I

C-b%
Vertical split
C-b"
Horizontal split
C-bo
Swap panes
C-bq
Show pane numbers
C-bx
Kill pane
scf keyboard

Panes II

C-b
Toggle between layouts (space)
C-b{
Move current pane left
C-b}
Move current pane right
C-bz
Toggle pane zoom
scf keyboard

Misc I

tmux a -t name
Attach session to named 'name' from prompt
tmux kill-session -t name
Kill session named 'name' from prompt
C-bd
Detach
C-bt
Big clock
C-b?
List shortcuts
C-b:
Prompt
achievement-star