bindings: swiper and resume for ivy and helm
This commit is contained in:
parent
e910e1279f
commit
8dfe547601
1 changed files with 7 additions and 2 deletions
|
@ -26,8 +26,13 @@
|
||||||
;; Editor related bindings
|
;; Editor related bindings
|
||||||
"C-a" #'doom/backward-to-bol-or-indent
|
"C-a" #'doom/backward-to-bol-or-indent
|
||||||
[remap newline] #'newline-and-indent
|
[remap newline] #'newline-and-indent
|
||||||
"C-j" #'+default/newline
|
"C-j" #'+default/newline
|
||||||
"C-S-s" #'swiper
|
(: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
|
;; Buffer related bindings
|
||||||
"C-x b" #'persp-switch-to-buffer
|
"C-x b" #'persp-switch-to-buffer
|
||||||
"C-x C-b" #'ibuffer-list-buffers
|
"C-x C-b" #'ibuffer-list-buffers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue