-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvimium-options.json
56 lines (56 loc) · 1.8 KB
/
vimium-options.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"settingsVersion": "1.67.2",
"exclusionRules": [
{
"pattern": "https?://github.com/*",
"passKeys": "j"
},
{
"pattern": "https?://github.com/*",
"passKeys": "k"
},
{
"pattern": "https?://github.com/notification*",
"passKeys": "x"
},
{
"pattern": "https?://www.reddit.com/*",
"passKeys": "j"
},
{
"pattern": "https?://www.reddit.com/*",
"passKeys": "k"
},
{
"pattern": "https?://www.youtube.com/*",
"passKeys": "f"
},
{
"pattern": "https?://mail.google.com/*",
"passKeys": ""
}
],
"filterLinkHints": false,
"waitForEnterForFilteredHints": true,
"hideHud": false,
"keyMappings": "# Insert your preferred key mappings here.",
"linkHintCharacters": "sadfjklewcmpgh",
"linkHintNumbers": "0123456789",
"newTabUrl": "google.com",
"nextPatterns": "next,more,newer,>,›,→,»,≫,>>",
"previousPatterns": "prev,previous,back,older,<,‹,←,«,≪,<<",
"regexFindMode": false,
"ignoreKeyboardLayout": false,
"scrollStepSize": 60,
"smoothScroll": false,
"grabBackFocus": false,
"searchEngines": [
"#START",
"\nw: https://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia\n#",
"\ng: https://www.google.com/search?q=%s Google\n#",
"\ngh: https://github.com/search?q=%s GitHub\n#",
"END"
],
"searchUrl": "https://www.google.com/search?q=",
"userDefinedLinkHintCss": "div > .vimiumHintMarker {\n/* linkhint boxes */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF785),\n color-stop(100%,#FFC542));\nborder: 1px solid #E3BE23;\n}\n\ndiv > .vimiumHintMarker span {\n/* linkhint text */\ncolor: black;\nfont-weight: bold;\nfont-size: 12px;\n}\n\ndiv > .vimiumHintMarker > .matchingCharacter {\n}"
}