-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.custom.yaml
50 lines (46 loc) · 1.15 KB
/
default.custom.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
patch:
menu/page_size: 7 # 候选词个数
# 方案选单相关
switcher/hotkeys:
# - Alt+grave
- Control+Shift+grave # 由于 ctrl+` 和 F4 与 IDEA 有冲突,所以只保留 ctrl+shift+` 作为快捷键
# Lua 配置: 以词定字(上屏当前词句的第一个或最后一个字)
key_binder/select_first_character: bracketleft # [
key_binder/select_last_character: bracketright # [
key_binder/bindings/+:
# 翻页 , .
- { when: paging, accept: comma, send: Page_Up }
- { when: has_menu, accept: period, send: Page_Down }
punctuator/half_shape:
',' : ','
'.' : '。'
'<' : '<'
'>' : '>'
'/' : '/'
'?' : '?'
';' : ';'
':' : ':'
'''' : { pair: [ '‘', '’' ] }
'"' : { pair: [ '“', '”' ] }
'\' : '、'
'|' : '|'
'`' : '`'
'~' : '~'
'!' : '!'
'@' : '@'
'#' : '#'
'%' : '%'
'$' : '¥'
'^' : '……'
'&' : '&'
'*' : '*'
'(' : '('
')' : ')'
'-' : '-'
'_' : ——
'+' : '+'
'=' : '='
'[' : '['
']' : ']'
'{' : [ 「, 『, 《, 〖, 【, { ]
'}' : [ 」, 』, 》, 〗, 】, } ]