fix(default): replace vertico-repeat w/ vertico-repeat-last
vertico-repeat was replaced by vertico-repeat-last.
Amend: 0e802f4653
This commit is contained in:
parent
86a8b41e37
commit
b42d7afd9a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue