-
I see that when vertico is used with consult-find, the choices are presented sorted by the string length of the candidates. I would prefer them to be sorted alphabetically. How can that be done? I can't see anything obvious in the wikis, the source code or the help doco. No doubt my reading has been too shallow. |
Beta Was this translation helpful? Give feedback.
Answered by
minad
Sep 18, 2024
Replies: 1 comment
-
You can try |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
minad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can try
(consult-customize consult-find :sort t)
and configurevertico-sort-function
as you like, also per-command only forconsult-find
viavertico-multiform-mode
.