feat(Doom): rebind to arrow keys in which-key-C-h-map
This commit is contained in:
parent
a33ffc4021
commit
0f7ab8c3bf
1 changed files with 8 additions and 0 deletions
|
@ -188,6 +188,14 @@ And jumps to your `doom!' block."
|
||||||
"C-S-<down>" #'evil-window-move-very-bottom
|
"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
|
(use-package! evil-goggles
|
||||||
:config
|
:config
|
||||||
;; (evil-goggles-use-diff-faces)
|
;; (evil-goggles-use-diff-faces)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue