mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add SPC * for project-searching symbol at point
This commit is contained in:
@ -520,6 +520,8 @@
|
||||
(cond ((featurep! :completion ivy) #'ivy-resume)
|
||||
((featurep! :completion helm) #'helm-resume))
|
||||
|
||||
:desc "Search for symbol in project" "*" #'+default/search-project-for-symbol-at-point
|
||||
|
||||
:desc "Find file in project" "SPC" #'projectile-find-file
|
||||
:desc "Blink cursor line" "DEL" #'+nav-flash/blink-cursor
|
||||
:desc "Jump to bookmark" "RET" #'bookmark-jump
|
||||
|
Reference in New Issue
Block a user