Skip to content

How do I look at the contents of a keymap? #1518

Answered by jfaz1
g-gundam asked this question in Q&A
Discussion options

You must be logged in to vote

Few ways. Most of the time I just use describe-bindings in the mode I'm in. If you want a better way to inspect that specific symbol, you can do (inspect *space-b-keymap*) and then view the contents of the table there. Personally, when inspecting I use the C-c I keybind hovering over it (or on an empty space and then type the name of the symbol I want to inspect). You can use tab to cycle through the selected item, then RET to open it up.

Also, in your example:

LEM-USER> space-b-keymap
#<KEYMAP SPACE-B-KEYMAP {100605F933}>

You can click/hit return over #<KEYMAP *SPACE-B-KEYMAP* {100605F933}> to inspect it.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@g-gundam
Comment options

Comment options

You must be logged in to vote
1 reply
@g-gundam
Comment options

Answer selected by g-gundam
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants