Change default sort order to time #1836
Replies: 2 comments 2 replies
-
Show where and how you're setting it. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
The order priority is set here: So when there is a clear user choice to order for a context, all directories follow that (including the ones having a order choice which is overridden). Maybe we can have an option to prioritise |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, I'm trying to change the default sort order to time, but I also want to keep my home directory sorted using version. I've set
NNN_ORDERto v for$HOME, but it doesn't seem to work. I suspect it's getting overwritten due to thennn -Ttcommand.Steps to reproduce:
NNN_ORDERto v for$HOMEin the nnn configuration.nnn -Ttto set the sort order to time.Expected behavior:
The home directory should be sorted using version, while other directories should be sorted by time.
Actual behavior:
All directories are sorted using time.
Beta Was this translation helpful? Give feedback.
All reactions