Reputation: 12095
I am trying to view the list of keybindings. I do this:
SPC h k
I see this: C-h paging/help
How do I navigate to see the next page?
Thanks!
(I'm using spacemacs develop branch with Colemak keybindings if this messes anything up...)
Upvotes: 0
Views: 648
Reputation: 396
That message is telling you that to get to the paging commands or to get to help you need to press C-h
. After you press C-h
, the paging commands will be active, and you can press n
to get to the next page. I don't think Colemak should interfere, but I don't know for certain.
Upvotes: 2