Add SPC * for project-searching symbol at point

This commit is contained in:
Henrik Lissner
2019-04-10 18:57:57 -04:00
parent 4aec51525b
commit 5e8687cd45
2 changed files with 24 additions and 2 deletions

View File

@ -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