Readd previous key binding for man

This commit is contained in:
Daniel Borchmann 2025-08-17 13:03:14 +02:00
parent bf0079658f
commit fcb340ad81
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -3073,6 +3073,7 @@ Note that this workaround is incomplete, as explained in this comment."
(bind-key "C-c d" #'define-word-at-point) (bind-key "C-c d" #'define-word-at-point)
(bind-key "C-c e" #'crux-eval-and-replace) (bind-key "C-c e" #'crux-eval-and-replace)
(bind-key "C-c h #" #'helm-emms) (bind-key "C-c h #" #'helm-emms)
(bind-key "C-c h m" #'man)
(bind-key "C-c h p" #'list-processes) (bind-key "C-c h p" #'list-processes)
(bind-key "C-c h P" #'consult-outline) (bind-key "C-c h P" #'consult-outline)
(bind-key "C-c i" #'ispell-change-dictionary) (bind-key "C-c i" #'ispell-change-dictionary)