Skip to content

Commit

Permalink
Add information on viewing keymaps
Browse files Browse the repository at this point in the history
Includes a screenshot!
  • Loading branch information
GuiltyDolphin committed Sep 8, 2016
1 parent 1fee0e1 commit 2635edd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,14 @@ above becomes:
"b" 'fun-b
"c" 'fun-c) ; etc.
#+END_SRC

** Viewing keymaps

Run ~M-x emaps-describe-keymap-bindings~ (recommended binding ~C-h K~) to
display the bindings for a given keymap (see below), ~emaps-describe-keymap~
can be used to view keymaps as variables (but with characters displayed instead
of integers, where possible).

#+CAPTION: Display after running emaps-describe-keymap-bindings with magit-status-mode-map.
#+NAME: fig:emaps-describe-keymap-bindings-magit-status-mode-map
[[./images/emaps-describe-keymap-bindings.png]]
Binary file added images/emaps-describe-keymap-bindings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2635edd

Please sign in to comment.