Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 469 Bytes

list-all-key-bindings.md

File metadata and controls

24 lines (17 loc) · 469 Bytes

List All Key Bindings

There are a couple ways to list all the tmux key bindings. If you are not currently in a tmux sessions, you can enter this from the terminal:

$ tmux list-keys

If you are currently in a tmux session, then you can take advantage of the tmux environment by either using:

<prefix>:list-keys

or

<prefix>?

Any of these will bring up a list of all key bindings available to you within a tmux session on your machine.