Add old key binding to list processes

This commit is contained in:
Daniel Borchmann 2025-08-16 09:28:37 +02:00
parent 6aaf71c411
commit bf0079658f
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 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)
(bind-key "C-c j" #'avy-goto-char-timer) (bind-key "C-c j" #'avy-goto-char-timer)