justbur / emacs-which-key

Emacs package that displays available keybindings in popup
GNU General Public License v3.0
1.73k stars 87 forks source link

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

Closed hongyi-zhao closed 1 year ago

hongyi-zhao commented 1 year ago

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 commented 1 year ago

The default behavior is covered here in the README.