Fix C-a/C-b in evil-ex minibuffer
This commit is contained in:
parent
b4b85569b4
commit
8e1010a2ba
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue