MiscellaneousPrefix + ?
list-keys
Short form: lsk
List all key bindings. Shows the key tables (prefix, root, copy-mode, etc.) and their bindings.
Synopsis
bash
tmux list-keys [-1aN] [-P prefix-string] [-T key-table] [key]Options
| Flag | Description |
|---|---|
| -T key-table | Show only bindings in specified table |
| -a | List keys as if the terminal reports ambiguous width |
| -N | Include notes about each key |
Examples
List all key bindings
bash
tmux list-keysFind prefix-related bindings
bash
tmux lsk | grep prefixList vi copy mode bindings
bash
tmux lsk -T copy-mode-viDefault Keybinding
Prefix + ?
Default prefix is Ctrl+b
Pro Tips
- •Prefix + ? shows bindings in a scrollable view
- •Use grep to find specific bindings