mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Change defaults of showing files/dirs
- sorting: alphabetical -> natural - sort_dir_first: false -> true - show_hidden: false -> true
This commit is contained in:
parent
d8abb3ed79
commit
cbd9df0e10
1 changed files with 3 additions and 3 deletions
|
|
@ -4,12 +4,12 @@
|
||||||
|
|
||||||
[manager]
|
[manager]
|
||||||
ratio = [ 1, 4, 3 ]
|
ratio = [ 1, 4, 3 ]
|
||||||
sort_by = "alphabetical"
|
sort_by = "natural"
|
||||||
sort_sensitive = false
|
sort_sensitive = false
|
||||||
sort_reverse = false
|
sort_reverse = false
|
||||||
sort_dir_first = false
|
sort_dir_first = true
|
||||||
linemode = "none"
|
linemode = "none"
|
||||||
show_hidden = false
|
show_hidden = true
|
||||||
show_symlink = true
|
show_symlink = true
|
||||||
scrolloff = 5
|
scrolloff = 5
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue