Search code examples
emacskey-bindings

List all Keybindings for a certain emacs mode


I know that I can list all the keybindings available in emacs by using C-h b, but is it possible to list only the keybindings that apply to a certain mode, say dired-mode.

In dired+, I can do

?
h

and it shows me all the applicable dired mode keybindings.

Thanks


Solution

  • use C-h m or M-x describe-mode