mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
feat(selectrum): Add selectrum-repeat binding
This commit is contained in:
committed by
Itai Y. Efrat
parent
a23a96633b
commit
5b70b888b8
@ -314,7 +314,8 @@
|
|||||||
:desc "Switch to last buffer" "`" #'evil-switch-to-windows-last-buffer
|
:desc "Switch to last buffer" "`" #'evil-switch-to-windows-last-buffer
|
||||||
:desc "Resume last search" "'"
|
:desc "Resume last search" "'"
|
||||||
(cond ((featurep! :completion ivy) #'ivy-resume)
|
(cond ((featurep! :completion ivy) #'ivy-resume)
|
||||||
((featurep! :completion helm) #'helm-resume))
|
((featurep! :completion helm) #'helm-resume)
|
||||||
|
((featurep! :completion selectrum) #'selectrum-repeat))
|
||||||
|
|
||||||
:desc "Search for symbol in project" "*" #'+default/search-project-for-symbol-at-point
|
:desc "Search for symbol in project" "*" #'+default/search-project-for-symbol-at-point
|
||||||
:desc "Search project" "/" #'+default/search-project
|
:desc "Search project" "/" #'+default/search-project
|
||||||
|
Reference in New Issue
Block a user