Consolidate god-mode-describe-key binding with the other help commands

This commit is contained in:
eriedaberrie 2025-02-10 17:49:41 +00:00
parent 5696ba9669
commit 417f9fc20b

View file

@ -76,6 +76,10 @@
("C-S-h" . help-command)
("C-h" . my--god-del)
(:map god-local-mode-map
;; TODO: come up with something convenient to bind C-h to outside of
;; insert mode
("C-h k" . nil)
("C-S-h k" . god-mode-describe-key)
("i" . god-mode-all)
("<escape>" . my--god-c-g)
("ESC ESC ESC" . keyboard-escape-quit)