diff options
| author | Bruce Huang <helbingxxx@gmail.com> | 2022-10-08 11:36:49 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-08 03:36:49 +0000 |
| commit | 02049bf68d5389140e62393cd90e310e9e2749e4 (patch) | |
| tree | eaa5f6077be80512d20f75ee597a730a40382dac /docs/config.md | |
| parent | add some error messages (#510) (diff) | |
| download | atuin-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.md | 2 |
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). |
