mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Bind SPC-/-d to helm too
This commit is contained in:
@ -506,7 +506,9 @@
|
||||
(:prefix ("/" . "search")
|
||||
:desc "Jump to symbol across buffers" "I" #'imenu-anywhere
|
||||
: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 link" "l" #'ace-link
|
||||
:desc "Look up online" "o" #'+lookup/online-select
|
||||
|
Reference in New Issue
Block a user