Unbind C-h in help-map
It interferes with which-key help/paging for the SPC h prefix.
This commit is contained in:
parent
a1df75aa43
commit
94a2bc77ef
1 changed files with 4 additions and 0 deletions
|
@ -189,6 +189,10 @@
|
||||||
"C-m" #'info-emacs-manual
|
"C-m" #'info-emacs-manual
|
||||||
"C-v" #'doom/version
|
"C-v" #'doom/version
|
||||||
|
|
||||||
|
;; Unbind `help-for-help'. Conflicts with which-key's help command for the
|
||||||
|
;; <leader> h prefix. It's already on ? and F1 anyway.
|
||||||
|
"C-h" nil
|
||||||
|
|
||||||
;; replacement keybinds
|
;; replacement keybinds
|
||||||
;; replaces `info-emacs-manual' b/c it's on C-m now
|
;; replaces `info-emacs-manual' b/c it's on C-m now
|
||||||
"r" nil
|
"r" nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue