You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say you wanted to view all the keymaps active for your current major/minor mode combination - it might be handy to be able to run a function (e.g., emaps-describe-keymap-bindings-current-major-minor-mode) then have it bring up a buffer with a list of (collapsible) keymaps for the current major and minor modes. Each of these would have a view similar to what would display with emaps-describe-keymap-bindings.
Note on describe-bindings
Format
describe-bindings provides a buffer with the following format:
There are newlines between some sets of bindings (within sections), I believe this is done by longest common prefix.
Displays even for empty/non-existent keymaps
describe-bindings seems to display sections for minor modes that have empty/non-existent keymaps. For example, there is a section for auto-complete-mode:
^L
`auto-complete-mode' Minor Mode Bindings:
key binding
--- -------
Which is empty, and there is no keymap for auto-complete-mode.
Being able to describe multiple keymaps at once would be nice, though likely only through direct calls (
(keymap &rest keymaps)
).It'd probably be fine just to display one keymap after the other (textually).
The text was updated successfully, but these errors were encountered: