Bind C-s to *-minibuffer-history in evil-ex
Thanks to #fuxialexander
This commit is contained in:
parent
6808c46b58
commit
1c4f785df1
1 changed files with 3 additions and 0 deletions
|
@ -768,6 +768,9 @@
|
|||
[M-backspace] #'doom/backward-kill-to-bol-and-indent)
|
||||
|
||||
(define-key! evil-ex-completion-map
|
||||
"\C-s" (if (featurep! :completion ivy)
|
||||
#'counsel-minibuffer-history
|
||||
#'helm-minibuffer-history)
|
||||
"\C-a" #'move-beginning-of-line
|
||||
"\C-b" #'backward-word
|
||||
"\C-f" #'forward-word)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue