Fix SPC / d
Use new +(ivy|helm)/project-search-from-cwd command
This commit is contained in:
parent
c27ab26fd9
commit
6a582d4f5f
1 changed files with 2 additions and 2 deletions
|
@ -523,11 +523,11 @@
|
|||
(:when (featurep! :completion ivy)
|
||||
:desc "Buffer" :nv "b" #'swiper
|
||||
:desc "Project" :nv "p" #'+ivy/project-search
|
||||
:desc "Directory" :nv "d" (λ! (+ivy/project-search t)))
|
||||
:desc "Directory" :nv "d" #'+ivy/project-search-from-cwd)
|
||||
(:when (featurep! :completion helm)
|
||||
:desc "Buffer" :nv "b" #'swiper-helm
|
||||
:desc "Project" :nv "p" #'+helm/project-search
|
||||
:desc "Directory" :nv "d" (λ! (+helm/project-search t)))
|
||||
:desc "Directory" :nv "d" #'+helm/project-search-from-cwd)
|
||||
:desc "Symbols" :nv "i" #'imenu
|
||||
:desc "Symbols across buffers" :nv "I" #'imenu-anywhere
|
||||
:desc "Online providers" :nv "o" #'+lookup/online-select)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue