Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/dotfiles
Path: blob/master/files/vimium-options.json
245 views
1
{
2
"settingsVersion": "1.67.1",
3
"exclusionRules": [
4
{
5
"pattern": "https?://mail.google.com/*",
6
"passKeys": ""
7
},
8
{
9
"pattern": "https?://docs.google.com/*",
10
"passKeys": ""
11
},
12
{
13
"pattern": "https?://meet.google.com/*",
14
"passKeys": ""
15
},
16
{
17
"pattern": "https?://doc.rust-lang.org/*",
18
"passKeys": "-+"
19
},
20
{
21
"pattern": "https?://compulab.co.il/*",
22
"passKeys": ""
23
},
24
{
25
"pattern": "https?://app.diagrams.net/*",
26
"passKeys": ""
27
},
28
{
29
"pattern": "https?://192.168.10.2:8006/*",
30
"passKeys": ""
31
},
32
{
33
"pattern": "https?://hyper[0-9].*",
34
"passKeys": ""
35
},
36
{
37
"pattern": "https?://localhost:8006/*",
38
"passKeys": ""
39
},
40
{
41
"pattern": "https?://www.shortcutfoo.com/*",
42
"passKeys": ""
43
},
44
{
45
"pattern": "https?://emporium.local:8006/*",
46
"passKeys": ""
47
},
48
{
49
"pattern": "https?://10.0.4.234:8006/*",
50
"passKeys": ""
51
},
52
{
53
"pattern": "https?://bazaar.local:8006/*",
54
"passKeys": ""
55
},
56
{
57
"pattern": "https?://bazaar.local:8006/*",
58
"passKeys": ""
59
},
60
{
61
"pattern": "https?://github.com/*",
62
"passKeys": "/"
63
},
64
{
65
"pattern": "https?://10.0.6.60:8006/*",
66
"passKeys": ""
67
},
68
{
69
"pattern": "https?://emporium.vsrocks:8006/*",
70
"passKeys": ""
71
}
72
],
73
"filterLinkHints": false,
74
"waitForEnterForFilteredHints": true,
75
"hideHud": false,
76
"keyMappings": "# Insert your preferred key mappings here.\nmap e scrollPageUp\nunmap i",
77
"linkHintCharacters": "sadfgqwertzxcvb",
78
"linkHintNumbers": "0123456789",
79
"newTabUrl": "pages/blank.html",
80
"nextPatterns": "next,more,newer,>,›,→,»,≫,>>",
81
"previousPatterns": "prev,previous,back,older,<,‹,←,«,≪,<<",
82
"regexFindMode": false,
83
"ignoreKeyboardLayout": false,
84
"scrollStepSize": 60,
85
"smoothScroll": true,
86
"grabBackFocus": true,
87
"searchEngines": "w: https://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia\ny: https://www.youtube.com/results?search_query=%s Youtube\ng: https://www.google.com/search?q=%s Google\npy: https://docs.python.org/3/search.html?q=%s Python\nrs: https://doc.rust-lang.org/std/index.html?search=%s Rust\ndrs: https://docs.rs/releases/search?query=%s Cargo docs\n\n# More examples.\n#\n# (Vimium supports search completion Wikipedia, as\n# above, and for these.)\n# \n# l: https://www.google.com/search?q=%s&btnI I'm feeling lucky...\n# gm: https://www.google.com/maps?q=%s Google maps\n# b: https://www.bing.com/search?q=%s Bing\n# d: https://duckduckgo.com/?q=%s DuckDuckGo\n# az: https://www.amazon.com/s/?field-keywords=%s Amazon\n# qw: https://www.qwant.com/?q=%s Qwant",
88
"searchUrl": "https://www.google.com/search?q=",
89
"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}"
90
}
91
92