mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add process-menu-mode-map keybinds for evil
This commit is contained in:
@ -195,6 +195,10 @@ variable for an explanation of the defaults (in comments). See
|
|||||||
"]l" #'forward-button
|
"]l" #'forward-button
|
||||||
"[l" #'backward-button))
|
"[l" #'backward-button))
|
||||||
|
|
||||||
|
(evil-define-key* 'normal process-menu-mode-map
|
||||||
|
"q" #'kill-this-buffer
|
||||||
|
"d" #'process-menu-delete-process)
|
||||||
|
|
||||||
;; Load the rest
|
;; Load the rest
|
||||||
(dolist (mode evil-collection-mode-list)
|
(dolist (mode evil-collection-mode-list)
|
||||||
(dolist (req (or (cdr-safe mode) (list mode)))
|
(dolist (req (or (cdr-safe mode) (list mode)))
|
||||||
|
Reference in New Issue
Block a user