Last active
October 8, 2022 03:43
-
-
Save laosb/a2147d66f0705d74da52033b7f7fcf1b to your computer and use it in GitHub Desktop.
Rime configuration
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
# To use rime-install: | |
# | |
# curl -fsSL https://raw.githubusercontent.com/rime/plum/master/rime-install | bash | |
# | |
# To install emoji support: | |
# | |
# plum/rime-install emoji | |
# plum/rime-install emoji:customize:schema=bopomofo | |
patch: | |
"menu/page_size": 9 | |
"key_binder/bindings": | |
- { when: paging, accept: bracketleft, send: Page_Up } | |
- { when: has_menu, accept: bracketright, send: Page_Down } | |
ascii_composer: | |
good_old_caps_lock: false | |
switch_key: | |
Shift_L: noop | |
Shift_R: noop | |
Control_L: noop | |
Control_R: noop | |
Caps_Lock: commit_code |
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
patch: | |
app_options/com.apple.Xcode: {} | |
app_options/com.apple.dt.Xcode: {} | |
app_options/com.microsoft.VSCode: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment