From e5f77cc370df444d68309e1c8cbe36de2b15bd06 Mon Sep 17 00:00:00 2001
From: Shidong Wang <wsdjeg@outlook.com>
Date: Sat, 16 Oct 2021 14:45:55 +0800
Subject: [PATCH] docs(documentation): translate cn documentation page

---
 docs/cn/documentation.md | 24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

diff --git a/docs/cn/documentation.md b/docs/cn/documentation.md
index f02ad3608..7e7f9eba1 100644
--- a/docs/cn/documentation.md
+++ b/docs/cn/documentation.md
@@ -1525,22 +1525,20 @@ endfunction
 
 | 快捷键          | 功能描述                                  |
 | --------------- | ----------------------------------------- |
-| `SPC r l`       | resume the last completion buffer         |
-| `` SPC s ` ``   | go back to the previous place before jump |
-| Prefix argument | will ask for file extensions              |
+| `SPC r l`       | 恢复上一次搜索历史                        |
 
 #### 在当前文件中进行搜索
 
-| 快捷键      | 功能描述                                            |
-| ----------- | --------------------------------------------------- |
-| `SPC s s`   | search with the first found tool                    |
-| `SPC s S`   | search with the first found tool with default input |
-| `SPC s a a` | ag                                                  |
-| `SPC s a A` | ag with default input                               |
-| `SPC s g g` | grep                                                |
-| `SPC s g G` | grep with default input                             |
-| `SPC s r r` | rg                                                  |
-| `SPC s r R` | rg with default input                               |
+| 快捷键      | 功能描述                             |
+| ----------- | ------------------------------------ |
+| `SPC s s`   | 使用默认的搜索工具进行搜索           |
+| `SPC s S`   | 使用默认的搜索工具进行搜索光标下的词 |
+| `SPC s a a` | 使用 ag 进行搜索                     |
+| `SPC s a A` | 使用 ag 进行搜索光标下的词           |
+| `SPC s g g` | 使用 grep 进行搜索                   |
+| `SPC s g G` | 使用 grep 进行搜索光标下的词         |
+| `SPC s r r` | 使用 rg 进行搜索                     |
+| `SPC s r R` | 使用 rg 进行搜索光标下的词           |
 
 #### 搜索当前文件所在的文件夹