Skip to content

Instantly share code, notes, and snippets.

@creeek
Created April 20, 2015 06:30
Show Gist options
  • Save creeek/0a569013c1a62efbec9f to your computer and use it in GitHub Desktop.
Save creeek/0a569013c1a62efbec9f to your computer and use it in GitHub Desktop.
Custom RIME
# ~/Library/Rime/default.custom.yaml
patch:
menu/page_size: 5
recognizer/patterns/yuncheng123: "^yuncheng[0-9]+$"
recognizer/patterns/yunchengime: "^yuncheng[-_.0-9]*$"
recognizer/patterns/xiang123: "^xiang[0-9]+$"
recognizer/patterns/xiangime: "^xiang[-_.0-9]*$"
recognizer/patterns/xuxiang123: "^xuxiang[0-9]+$"
recognizer/patterns/xuxiangime: "^xuxiang[-_.0-9]*$"
schema_list:
- schema: luna_pinyin_fluency # 朙月拼音 語句流
- schema: wubi_pinyin # 五笔拼音混合輸入
switcher/hotkeys:
- "Control+s"
- "Control+grave"
# ~/Library/Rime/luna_pinyin_fluency.custom.yaml
patch:
schema/dependencies:
- emoji
abc_segmentor/extra_tags:
- reverse_lookup
reverse_lookup:
dictionary: emoji
enable_completion: false
prefix: "`"
tips: 〔表情〕
# ~/Library/Rime/squirrel.custom.yaml
patch:
app_options:
com.alfredapp.Alfred:
ascii_mode: true
com.apple.Terminal:
ascii_mode: true
no_inline: true
com.blacktree.Quicksilver:
ascii_mode: true
com.googlecode.iterm2:
ascii_mode: true
"com.runningwithcrayons.Alfred-2":
ascii_mode: true
org.vim.MacVim:
ascii_mode: true
no_inline: true
com.sublimetext.2:
ascii_mode: true
com.sublimetext.3:
ascii_mode: true
com.github.atom:
ascii_mode: true
com.apple.calculator:
ascii_mode: true
com.kapeli.dash:
ascii_mode: true
com.github.GitHub:
ascii_mode: true
com.zennaware.Cornerstone:
ascii_mode: true
# us_keyboard_layout: true # 鍵盤選項:應用美式鍵盤佈局
# show_notifications_when: growl_is_running # 狀態通知,默認裝有Growl時顯示,也可設爲全開(always)全關(never)
style/horizontal: true # 候選窗横向顯示
style/font_face: "儷黑 Pro" # 我喜歡的字體名稱
# style/font_point: 21 # 字號
# style/corner_radius: 10 # 窗口圓角半徑
# style/border_height: 0 # 窗口邊界高度,大於圓角半徑才有效果
# style/border_width: 0 # 窗口邊界寬度,大於圓角半徑才有效果
style/color_scheme: clean_white # 選擇配色方案
# 註:預設的配色方案及代碼(指定爲 style/color_scheme )
# 碧水 - aqua
# 青天 - azure
# 明月 - luna
# 墨池 - ink
# 孤寺 - lost_temple
# 暗堂 - dark_temple
# 星際我爭霸 - starcraft
# 谷歌 - google
@staticor
Copy link

皮肤很好看 欣赏。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment