Skip to content

Instantly share code, notes, and snippets.

@S1ngS1ng
Last active July 18, 2018 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save S1ngS1ng/1a489d176920d7527f0bc0db6d8361ff to your computer and use it in GitHub Desktop.
Save S1ngS1ng/1a489d176920d7527f0bc0db6d8361ff to your computer and use it in GitHub Desktop.
Rime - config
# 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