From f8bdf6b22503be7b30d6e2081a33329c96c3caf3 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Fri, 15 Mar 2024 00:16:28 +0800 Subject: [PATCH] docs: tune the configuration example --- docs/configuration/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/overview.md b/docs/configuration/overview.md index 7c0ecb8b..42d276bd 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_by`: +Then [copy the required part](https://github.com/sxyazi/yazi/blob/latest/yazi-config/preset/yazi.toml) into it; here is `sort_dir_first`: ```toml # yazi.toml [manager] -sort_by = "natural" +sort_dir_first = true ``` ## Configuration mixing