Skip to content

Commit

Permalink
README.org: fix page flipping command names
Browse files Browse the repository at this point in the history
`which-key-show-next-page` / `which-key-show-previous-page` do not exist, state the correct command name.
  • Loading branch information
anis-semmar committed Nov 18, 2021
1 parent 4790a14 commit 9a3e50e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@
- =which-key-show-major-mode= will show the currently active major-mode
bindings. It's similar to =C-h m= but in a which-key format. It is also
aware of evil commands defined using =evil-define-key=.
- =which-key-show-next-page= is the command used for paging.
- =which-key-show-next-page-cycle= / =which-key-show-previous-page-cycle= will flip pages in a circle.
- =which-key-show-next-page-no-cycle= / =which-key-show-previous-page-no-cycle= will flip pages and stop at first/last page.
- =which-key-undo= can be used to undo the last keypress when in the middle
of a key sequence.

Expand Down

0 comments on commit 9a3e50e

Please sign in to comment.