-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directory Sorting Order? #1546
Comments
Hello, correct. I think we could have the capital but wait, for what exactly, let's think about usage carefully:
what about:
or is "S" better suited to sort with the previous method, and we use another key to inverse the ordering? 🤔 what are other applications doing? (file manager or web app listing data, etc) |
In Doom Emacs, I press |
I think it's a good UX. We don't have a text-based menu of options, we could shave the yaks and create it beforehand, or in the meantime we could rely on the prompt commands ( |
So would it be good to create a separate |
What do you think of this? Line 76 in 0f17825
|
oh indeed it is useful +1 I forgot about it, it was for the mouse in my mind. |
not 100% sure what you mean, but giving an option to the user to choose the default sorting direction is always nice. |
As in, we'd have a list of |
Currently, one can sort a directory by one of the three members of type
sort-method
, but there currently doesn't appear to be a way to sort it ascending or descending. Perhaps we could add a type,sort-direction
, and implement it? It could be as simple as changing the:test
from#'>
to#'<
.The text was updated successfully, but these errors were encountered: