Replace helm-swoop with swiper-helm
Swiper is superior. The downside is it pulls in ivy as a dependency, but that is acceptable considering how small it is.
This commit is contained in:
parent
b180aceaa8
commit
7f5e778b0c
3 changed files with 6 additions and 13 deletions
|
@ -60,7 +60,7 @@
|
|||
:n "M-c" #'evil-yank
|
||||
:n "M-q" (if (daemonp) #'delete-frame #'evil-quit-all)
|
||||
(:when (featurep! :completion helm)
|
||||
:n "M-f" #'helm-swoop)
|
||||
:n "M-f" #'swiper-helm)
|
||||
(:when (featurep! :completion ivy)
|
||||
:n "M-f" #'swiper)
|
||||
:n "M-s" #'save-buffer
|
||||
|
@ -522,7 +522,7 @@
|
|||
:desc "Project" :nv "p" #'+ivy/project-search
|
||||
:desc "Directory" :nv "d" (λ! (+ivy/project-search t)))
|
||||
(:when (featurep! :completion helm)
|
||||
:desc "Buffer" :nv "b" #'helm-swoop
|
||||
:desc "Buffer" :nv "b" #'swiper-helm
|
||||
:desc "Project" :nv "p" #'+helm/project-search
|
||||
:desc "Directory" :nv "d" (λ! (+helm/project-search t)))
|
||||
:desc "Symbols" :nv "i" #'imenu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue