Henrik Lissner 2022-04-08 02:52:20 +02:00
parent 4538225fc5
commit 7121e993ca
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
7 changed files with 13 additions and 23 deletions

View file

@ -490,7 +490,7 @@
"C-S-s" #'swiper-helm
"C-S-r" #'helm-resume)
(:when (featurep! :completion vertico)
"C-S-r" #'vertico-repeat-last)
"C-S-r" #'vertico-repeat)
;;; objed
(:when (featurep! :editor objed +manual)

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/resume)
(cond ((featurep! :completion vertico) #'vertico-repeat)
((featurep! :completion ivy) #'ivy-resume)
((featurep! :completion helm) #'helm-resume))