1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 07:20:04 +08:00

docs(chinese): update doc of chinese layer

Co-authored-by: Kun Lin <Kun.Lin@qq.com>
This commit is contained in:
Kun Lin 2024-03-08 15:49:30 +08:00 committed by Eric Wong
parent 8a89c5f743
commit 4c02edf30b
2 changed files with 14 additions and 6 deletions

View File

@ -40,6 +40,10 @@ lang: zh
## 快捷键
| 快捷键 | 功能描述 |
| ----------- | ------------------ |
| `SPC n c d` | 将中文数字转为数字 |
| 快捷键 | 功能描述 |
| ----------- | --------------------------- |
| `SPC x t t` | 翻译光标下的单词 |
| `SPC x g c` | 使用 ChineseLinter 检查中文 |
| `SPC n c d` | 将中文数字转为数字 |
| `SPC n c z` | 将数字转为小写中文数字 |
| `SPC n c Z` | 将数字转为大写中文数字 |

View File

@ -38,6 +38,10 @@ Add the following snippet to your custom config file to enable this feature.
## Key bindings
| Key Binding | Description |
| ----------- | ------------------------------- |
| `SPC n c d` | Convert Chinese Number to Digit |
| Key Binding | Description |
| ----------- | ---------------------------------------- |
| `SPC x t t` | Translate current word |
| `SPC x g c` | Check with ChineseLinter |
| `SPC n c d` | Convert Chinese Number to Digit |
| `SPC n c z` | Translate digits to lower Chinese Number |
| `SPC n c Z` | Translate digits to upper Chinese Number |