1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 07:10:06 +08:00
SpaceVim/docs/layers/chinese.md
Kun Lin 4c02edf30b docs(chinese): update doc of chinese layer
Co-authored-by: Kun Lin <Kun.Lin@qq.com>
2024-03-08 21:16:27 +08:00

1.1 KiB

title description
SpaceVim chinese layer Layer for chinese users, include chinese docs and runtime messages

Available Layers >> chinese

Description

This layer is for Chinese users, and provide Chinese documentations and runtime messages.

Install

Add the following snippet to your custom configuration file to use this configuration layer.

[[layers]]
  name = "chinese"

Configuration

Add the following snippet to your custom config file to enable this feature.

[options]
    vim_help_language = "cn"

Key bindings

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