feat(Doom): rebind to arrow keys in which-key-C-h-map

This commit is contained in:
Infinidoge 2021-10-08 14:36:17 -04:00
parent a33ffc4021
commit 0f7ab8c3bf

View file

@ -188,6 +188,14 @@ And jumps to your `doom!' block."
"C-S-<down>" #'evil-window-move-very-bottom
)
(map! :map which-key-C-h-map
"j" nil
"<right>" #'which-key-show-next-page-cycle
"k"
"<left>" #'which-key-show-previous-page-cycle
)
(use-package! evil-goggles
:config
;; (evil-goggles-use-diff-faces)