mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Unbind C-h in help-map
It interferes with which-key help/paging for the SPC h prefix.
This commit is contained in:
@ -189,6 +189,10 @@
|
||||
"C-m" #'info-emacs-manual
|
||||
"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
|
||||
;; replaces `info-emacs-manual' b/c it's on C-m now
|
||||
"r" nil
|
||||
|
Reference in New Issue
Block a user