-
Notifications
You must be signed in to change notification settings - Fork 5
/
zedconfig.json
42 lines (42 loc) · 891 Bytes
/
zedconfig.json
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
{
"imports": [
"/default.json"
],
"preferences": {
"editorTheme": "solarized_light",
"fontSize": 16,
"tabSize": 2,
"printMarginColumn": 100
},
"modes": {},
"keys": {
"Split:Switch Focus": {
"mac": "Command-Tab",
"win": "Ctrl-Tab"
},
"Navigate:Goto": {
"mac": "Command-O",
"win": "Ctrl-O"
},
"Find:Next": {
"win": "Ctrl-K",
"mac": "Command-K"
},
"Find:Previous": {
"mac": "Command-Shift-K",
"win": "Ctrl-Shift-K"
},
"Find:Find In Project": {
"mac": "Command-Shift-H",
"win": "Ctrl-Shift-H"
},
"Find:All": {
"mac": "Command-Shift-F",
"win": "Ctrl-Alt-F"
}
},
"commands": {},
"handlers": {},
"themes": {},
"packages": []
}