mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(default): replace vertico-repeat w/ vertico-repeat-last
vertico-repeat was replaced by vertico-repeat-last.
Amend: 0e802f4653
This commit is contained in:
@ -490,7 +490,7 @@
|
||||
"C-S-s" #'swiper-helm
|
||||
"C-S-r" #'helm-resume)
|
||||
(:when (featurep! :completion vertico)
|
||||
"C-S-r" #'vertico-repeat)
|
||||
"C-S-r" #'vertico-repeat-last)
|
||||
|
||||
;;; objed
|
||||
(:when (featurep! :editor objed +manual)
|
||||
|
Reference in New Issue
Block a user