Skip to content

Commit

Permalink
feat(yazi): sort_by naturally by default
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRichardH committed Jul 10, 2024
1 parent af3d704 commit 19cf296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/yazi/yazi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[manager]
ratio = [1, 4, 3]
sort_by = "modified"
sort_by = "natural" # Sort naturally, e.g. 1.md < 2.md < 10.md
sort_sensitive = true
sort_reverse = true
sort_dir_first = true
Expand Down

0 comments on commit 19cf296

Please sign in to comment.