Consolidate god-mode-describe-key binding with the other help commands
This commit is contained in:
parent
5696ba9669
commit
417f9fc20b
4
init.el
4
init.el
|
@ -76,6 +76,10 @@
|
||||||
("C-S-h" . help-command)
|
("C-S-h" . help-command)
|
||||||
("C-h" . my--god-del)
|
("C-h" . my--god-del)
|
||||||
(:map god-local-mode-map
|
(: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)
|
("i" . god-mode-all)
|
||||||
("<escape>" . my--god-c-g)
|
("<escape>" . my--god-c-g)
|
||||||
("ESC ESC ESC" . keyboard-escape-quit)
|
("ESC ESC ESC" . keyboard-escape-quit)
|
||||||
|
|
Loading…
Reference in a new issue