-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvimium_c.json
More file actions
75 lines (75 loc) · 1.33 KB
/
vimium_c.json
File metadata and controls
75 lines (75 loc) · 1.33 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "Vimium C",
"@time": "1/8/2024, 2:08:37 PM",
"time": 1704703117084,
"environment": {
"extension": "1.99.994",
"platform": "linux",
"chromium": 120
},
"allBrowserUrls": true,
"exclusionRules": [
{
"passKeys": "",
"pattern": ":https://mail.google.com/"
},
{
"passKeys": "",
"pattern": ":https://docs.google.com/"
},
{
"passKeys": "",
"pattern": ":https://docs.google.com/"
},
{
"passKeys": "",
"pattern": ":https://replit.com/"
},
{
"passKeys": "",
"pattern": ":https://replit.com/"
},
{
"passKeys": "",
"pattern": ":https://leetcode.com/"
},
{
"passKeys": "",
"pattern": ":https://leetcode.com/"
},
{
"passKeys": "",
"pattern": ":https://script.google.com/"
},
{
"passKeys": "",
"pattern": ":https://script.google.com/"
},
{
"passKeys": "<c-d> ",
"pattern": ":https://meet.google.com/"
}
],
"keyLayout": 514,
"keyMappings": [
"#!no-check",
"unmap <c-e>",
"unmap <a-p>",
"unmap <a-t>",
""
],
"userDefinedCss": [
"/* #ui */",
".HUD.D:after { background: black; }",
"/* #omni */",
"#bar { background: #333; }",
"",
".LH, .D>.LH { background: green; }",
".LH { border: /*!DPI*/ 1px solid lightgreen; }",
"/* #omni */",
".s { background-color: #d8e3f3; }",
""
],
"vimSync": true,
"ignoreCapsLock": 1
}