Last active
July 18, 2018 18:15
-
-
Save S1ngS1ng/1a489d176920d7527f0bc0db6d8361ff to your computer and use it in GitHub Desktop.
Rime - config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# default.custom.yaml | |
# 添加双拼方案 | |
patch: | |
# 设置候选字数量 | |
menu | |
page_size: 8 | |
schema_list: | |
- schema: double_pinyin_flypy | |
- schema: luna_pinyin | |
- schema: emoji | |
# - schema: cangjie5 | |
# - schema: luna_pinyin_fluency | |
- schema: luna_pinyin_simp | |
# - schema: luna_pinyin_tw | |
# 按 Shift 上屏 | |
"ascii_composer/switch_key": | |
Shift_L: commit_code | |
# squirrel.custom.yaml | |
# 修改配色方案 | |
patch: | |
style: | |
color_scheme: dark_temple | |
horizontal: true | |
# installation.yaml | |
# 添加同步路径 | |
sync_dir: '/Users/xingl/Library/Mobile Documents/com~apple~CloudDocs/Documents/RimeSync' | |
# 修改识别 id,用于同步文件夹的命名 | |
installation_id: "xing-office" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment