Skip to main content
Back to Commands
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

FlagDescription
-T key-tableShow only bindings in specified table
-aList keys as if the terminal reports ambiguous width
-NInclude notes about each key

Examples

List all key bindings

bash
tmux list-keys

Find prefix-related bindings

bash
tmux lsk | grep prefix

List vi copy mode bindings

bash
tmux lsk -T copy-mode-vi

Default Keybinding

Prefix + ?

Default prefix is Ctrl+b

Pro Tips

  • Prefix + ? shows bindings in a scrollable view
  • Use grep to find specific bindings