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

How to switch among different pages of keys conveniently in which-key mode? #348

Closed
hongyi-zhao opened this issue May 17, 2023 · 1 comment

Comments

@hongyi-zhao
Copy link

Currently, I have the following configuration for which-key:

(use-package which-key
  :diminish which-key-mode
  :config
  (which-key-mode))

When I hit C-h, the following keys list will be triggered in minibuffer:

image

As you can see, there are multiple pages of keys in this case, but I don't know how to switch among different pages of keys conveniently. I've tried to look at the document, but still failed to figure out the correct solution. Any tips will be appreciated.

Regards,
Zhao

@justbur
Copy link
Owner

justbur commented Jun 6, 2023

The default behavior is covered here in the README.

@justbur justbur closed this as completed Jun 6, 2023
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