feat(yazi): sort by newest (mtime) as default
This commit is contained in:
@@ -77,7 +77,8 @@ in {
|
||||
settings = {
|
||||
manager = {
|
||||
show_hidden = true;
|
||||
sort_by = "natural";
|
||||
sort_by = "mtime";
|
||||
sort_reverse = true;
|
||||
sort_dir_first = true;
|
||||
linemode = "size";
|
||||
mouse_events = ["click" "scroll" "touch" "move" "drag"];
|
||||
|
||||
Reference in New Issue
Block a user