consult-mode-command: Order of categories should be ... #1272
-
Using consult-mode-command, it lists commands in the following order:
... but it would make more sense to order the listing as follows:
Any simple way to do it, e.g. variable to set? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
No, actually the groups are not sorted. The group order is determined by the order of the commands. The last invoked command comes first if |
Beta Was this translation helpful? Give feedback.
-
@minad Ah yes, true. It was just the initial impression – indeed, if there's a command selected from the major mode group, the major mode group will be on top the next time. Amazing package collection you've created btw; wonder how someone can be that productive 🤯 |
Beta Was this translation helpful? Give feedback.
No, actually the groups are not sorted. The group order is determined by the order of the commands. The last invoked command comes first if
vertico-sort-function
is set tovertico-sort-history-length-alpha
(the default).