guide-key
guide-key copied to clipboard
[Feature request] ordering
I think that ordering by-command-name instead of by-key would be very useful for some use cases. The user should be able to customize the default ordering.
Is there any ordering at the moment?
Not AFAIK, I grepped the source looking for sort/order and it seems that guide-key does not enforce any ordering itself.
Looking more carefully at the output it is unordered.
In the sentence "The user should be able to customize the default ordering" I intended to mean: in case this feature request is accepted the user should be able to choose to keep the current behaviour (the default), sort by key (if possible) or by command name.
Cool, thought I had a bug of some sort, and yeah, really useful package, but sorting would be nice.
@patxoca @dolzenko
Thanks for using guide-key.
Currently, guide-key doesn't manipulate an order of key bindings,
so key bindings are ordered as Emacs provides.
I plan to customize an order of key bindings. Please wait for implementation.