Bind SPC-/-d to helm too
This commit is contained in:
parent
715c189608
commit
45bb7256cb
1 changed files with 3 additions and 1 deletions
|
@ -506,7 +506,9 @@
|
||||||
(:prefix ("/" . "search")
|
(:prefix ("/" . "search")
|
||||||
:desc "Jump to symbol across buffers" "I" #'imenu-anywhere
|
:desc "Jump to symbol across buffers" "I" #'imenu-anywhere
|
||||||
:desc "Search buffer" "b" #'swiper
|
:desc "Search buffer" "b" #'swiper
|
||||||
:desc "Search current directory" "d" #'+ivy/project-search-from-cwd
|
:desc "Search current directory" "d"
|
||||||
|
(cond ((featurep! :completion helm) #'+helm/project-search-from-cwd)
|
||||||
|
((featurep! :completion ivy) #'+ivy/project-search-from-cwd))
|
||||||
:desc "Jump to symbol" "i" #'imenu
|
:desc "Jump to symbol" "i" #'imenu
|
||||||
:desc "Jump to link" "l" #'ace-link
|
:desc "Jump to link" "l" #'ace-link
|
||||||
:desc "Look up online" "o" #'+lookup/online-select
|
:desc "Look up online" "o" #'+lookup/online-select
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue