mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Bind C-s to *-minibuffer-history in evil-ex
Thanks to #fuxialexander
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user