aboutsummaryrefslogtreecommitdiffstats
path: root/docs/config.md
diff options
context:
space:
mode:
authorBruce Huang <helbingxxx@gmail.com>2022-10-08 11:36:49 +0800
committerGitHub <noreply@github.com>2022-10-08 03:36:49 +0000
commit02049bf68d5389140e62393cd90e310e9e2749e4 (patch)
treeeaa5f6077be80512d20f75ee597a730a40382dac /docs/config.md
parentadd some error messages (#510) (diff)
downloadatuin-02049bf68d5389140e62393cd90e310e9e2749e4.zip
update zh-CN docs (#539)
* update zh-CN docs * update zh-CN docs * update zh-CN docs * update zh-CN docs
Diffstat (limited to 'docs/config.md')
-rw-r--r--docs/config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md
index dbe48d99..42d8b0bc 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -96,7 +96,7 @@ key = "~/.atuin-session"
### `search_mode`
-Which search mode to use. Atuin supports "prefix", full text and "fuzzy" search
+Which search mode to use. Atuin supports "prefix", fulltext and "fuzzy" search
modes. The prefix searches for "query\*", fulltext "\*query\*", and fuzzy applies
the search syntax [described below](#fuzzy-search-syntax).