mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
bindings: swiper and resume for ivy and helm
This commit is contained in:
@ -26,8 +26,13 @@
|
||||
;; Editor related bindings
|
||||
"C-a" #'doom/backward-to-bol-or-indent
|
||||
[remap newline] #'newline-and-indent
|
||||
"C-j" #'+default/newline
|
||||
"C-S-s" #'swiper
|
||||
"C-j" #'+default/newline
|
||||
(:when (featurep! :completion ivy)
|
||||
"C-S-s" #'swiper
|
||||
"C-S-r" #'ivy-resume)
|
||||
(:when (featurep! :completion helm)
|
||||
"C-S-s" #'swiper-helm
|
||||
"C-S-r" #'helm-resume)
|
||||
;; Buffer related bindings
|
||||
"C-x b" #'persp-switch-to-buffer
|
||||
"C-x C-b" #'ibuffer-list-buffers
|
||||
|
Reference in New Issue
Block a user