diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index 22c21e429..dea361968 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -869,6 +869,8 @@ customized by changing `+default-repeat-forward-key' and ;; Minibuffer (define-key! evil-ex-completion-map + "C-a" #'move-beginning-of-line + "C-b" #'backward-word "C-s" (if (featurep! :completion ivy) #'counsel-minibuffer-history #'helm-minibuffer-history))