Skip to content

Instantly share code, notes, and snippets.

@levihuayuzhang
Last active May 2, 2025 13:08
Show Gist options
  • Save levihuayuzhang/31fb3b2bbcaf7e665af58e27dce1471c to your computer and use it in GitHub Desktop.
Save levihuayuzhang/31fb3b2bbcaf7e665af58e27dce1471c to your computer and use it in GitHub Desktop.
Rime輸入法配置
patch:
"menu/page_size": 8
"translator/enable_user_dict": true
"translator/enable_encoder": true #是否开启自动造词〔仅table_translator有效〕
"translator/encode_commit_history": true #是否对已上屛词自动成词〔仅table_translator效〕
"translator/enable_sentence": true #是否开启自动造句
"translator/enable_completion": true #编码逐渐提示开关;编码提示
"translator/enable_charset_filter": true #字符集过滤,低重形码用不着
__patch:
# Rx: emoji:customize:schema=luna_pinyin {
- patch/+:
__include: emoji_suggestion:/patch
# }
__patch:
# Rx: emoji:customize:schema=luna_pinyin {
- patch/+:
__include: emoji_suggestion:/patch
# }

rime emoji,用git搭配符號鏈接進行安裝:

git clone https://github.com/rime/rime-emoji.git <dir-prefix>

ln -s <dir-prefix>/rime-emoji/opencc ~/Library/Rime/
ln -s <dir-prefix>/rime-emoji/emoji_suggestion.yaml ~/Library/Rime/
# https://github.com/rime/squirrel/wiki/
patch:
app_options/+:
com.mitchellh.ghostty:
ascii_mode: true # 初始爲西文模式
no_inline: true # 不使用行內編輯
vim_mode: true # 退出VIM插入模式自動切換輸入法狀態
# keyboard_layout: default
style/+:
candidate_list_layout: linear # 橫向候選單
color_scheme: solarized_light # or native
color_scheme_dark: solarized_dark # ink, purity_of_essence,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment