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
|
@ -27,7 +27,12 @@
|
|||
"C-a" #'doom/backward-to-bol-or-indent
|
||||
[remap newline] #'newline-and-indent
|
||||
"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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue