Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Paging through 'C-h' #93

Closed
igorepst opened this issue Dec 30, 2015 · 2 comments
Closed

Paging through 'C-h' #93

igorepst opened this issue Dec 30, 2015 · 2 comments

Comments

@igorepst
Copy link

Hi,
Is it possible to page through bindings that start with C-h? E.g. make the Emacs frame rather small, press C-h, wait for which-key to open, ensure there are additional pages (counter), press C-h as a paging prefix => *Metahelp* buffer is opened, no paging.
Thanks

@justbur
Copy link
Owner

justbur commented Jan 2, 2016

This should work

(define-key help-map "\C-h" 'which-key-C-h-dispatch)

Since there is a binding for C-h C-h in emacs, you have to explicitly override it with the line above.

@igorepst
Copy link
Author

igorepst commented Jan 5, 2016

Indeed, thanks :)

@igorepst igorepst closed this as completed Jan 5, 2016
justbur added a commit that referenced this issue Jun 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants