mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix C-a/C-b in evil-ex minibuffer
This commit is contained in:
@ -869,6 +869,8 @@ customized by changing `+default-repeat-forward-key' and
|
|||||||
|
|
||||||
;; Minibuffer
|
;; Minibuffer
|
||||||
(define-key! evil-ex-completion-map
|
(define-key! evil-ex-completion-map
|
||||||
|
"C-a" #'move-beginning-of-line
|
||||||
|
"C-b" #'backward-word
|
||||||
"C-s" (if (featurep! :completion ivy)
|
"C-s" (if (featurep! :completion ivy)
|
||||||
#'counsel-minibuffer-history
|
#'counsel-minibuffer-history
|
||||||
#'helm-minibuffer-history))
|
#'helm-minibuffer-history))
|
||||||
|
Reference in New Issue
Block a user