aboutsummaryrefslogtreecommitdiffstats
path: root/docs/zh-CN
diff options
context:
space:
mode:
authoronkelT2 <126604057+onkelT2@users.noreply.github.com>2023-03-08 21:20:39 +0100
committerGitHub <noreply@github.com>2023-03-08 20:20:39 +0000
commitafd1113b3b0301795f3557feb94f7d7f953c5f9c (patch)
tree1999cc46cac2d42a8528123fb1d98abb0a39a99c /docs/zh-CN
parentDocker isn't interactive ofc (#766) (diff)
downloadatuin-afd1113b3b0301795f3557feb94f7d7f953c5f9c.zip
Minor documentation updates (#767)
Diffstat (limited to 'docs/zh-CN')
-rw-r--r--docs/zh-CN/config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zh-CN/config.md b/docs/zh-CN/config.md
index 7611f888..3aa63a9e 100644
--- a/docs/zh-CN/config.md
+++ b/docs/zh-CN/config.md
@@ -91,7 +91,7 @@ key = "~/.atuin-session"
使用哪种搜索模式。Atuin 支持 "prefix"(前缀)、"fulltext"(全文) 和 "fuzzy"(模糊)搜索模式。前缀(prefix)搜索语法为 "query\*",全文(fulltext)搜索语法为 "\*query\*",而模糊搜索适用的搜索语法 [如下所述](#fuzzy-search-syntax) 。
-默认配置为 "prefix"
+默认配置为 "fuzzy"
### `filter_mode`