diff --git a/modules/editor/evil/+commands.el b/modules/editor/evil/+commands.el index 1c9de22a0..64dabe921 100644 --- a/modules/editor/evil/+commands.el +++ b/modules/editor/evil/+commands.el @@ -99,3 +99,7 @@ ;;; Org-mode (evil-ex-define-cmd "cap" #'org-capture) + +;;; ibuffer +(when (featurep! :emacs ibuffer) + (evil-ex-define-cmd "buffers" #'ibuffer))