diff --git a/docs/configuration/overview.md b/docs/configuration/overview.md index 143814d4..ac8231d1 100644 --- a/docs/configuration/overview.md +++ b/docs/configuration/overview.md @@ -25,12 +25,12 @@ For example, to change the sorting method, start by creating a `yazi.toml` file - `~/.config/yazi/yazi.toml` on Unix-like systems. - `C:\Users\USERNAME\AppData\Roaming\yazi\config\yazi.toml` on Windows. -Then [copy the required part](https://github.com/sxyazi/yazi/blob/latest/yazi-config/preset/yazi.toml) into it; here is `sort_dir_first`: +Then [copy the required part](https://github.com/sxyazi/yazi/blob/latest/yazi-config/preset/yazi.toml) into it, here is `sort_by`: ```toml # yazi.toml [manager] -sort_dir_first = true +sort_by = "natural" ``` ## Configuration mixing