Henrik Lissner 2022-03-30 17:18:46 +02:00
parent d58d084774
commit 0e802f4653
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
6 changed files with 24 additions and 14 deletions

View file

@ -305,7 +305,7 @@
:desc "Switch buffer" "<" #'switch-to-buffer)
:desc "Switch to last buffer" "`" #'evil-switch-to-windows-last-buffer
:desc "Resume last search" "'"
(cond ((featurep! :completion vertico) #'vertico-repeat)
(cond ((featurep! :completion vertico) #'+vertico/resume)
((featurep! :completion ivy) #'ivy-resume)
((featurep! :completion helm) #'helm-resume))