-
Notifications
You must be signed in to change notification settings - Fork 0
/
vimium.json
68 lines (68 loc) · 1.86 KB
/
vimium.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
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "Vimium C",
"@time": "5/23/2024, 3:16:06 PM",
"time": 1716470166866,
"environment": {
"extension": "1.99.994",
"platform": "linux",
"chromium": 124
},
"allBrowserUrls": true,
"keyLayout": 2,
"keyMappings": [
"#!no-check",
"unmap d # scrollPageDown",
"unmap u # scrollPageUp",
"unmap x # removeTab",
"unmap X # restoreTab",
"",
"map <space> Vomnibar.activateInNewTab icase",
"map L scrollPageDown",
"map H scrollPageUp",
"map <c-d> scrollPageDown",
"map <c-u> scrollPageUp",
"map dd removeTab",
"map u restoreTab",
"map < goBack",
"map > goForward",
"map <c-right> nextTab",
"map <c-left> previousTab",
"map ! togglePinTab",
""
],
"searchEngines": [
"g: https://www.google.com/search?q=%s Google",
"gm: https://www.google.com/maps?q=%s Google Maps",
"translate: https://translate.google.com/?source=osdd#auto|auto|%s Google Translator",
"w: https://en.wikipedia.org/wiki/Special:Search?search=%s Wikipedia",
"a: https://www.amazon.nl/exec/obidos/external-search/?field-keywords=%s&mode=blended Amazon",
"gh: https://github.com/search?q=%s GitHub",
"so: https://stackoverflow.com/search?q=%s StackOverflow",
"yt: https://www.youtube.com/results?search_query=%s YouTube",
"imdb: https://www.imdb.com/find?s=all&q=%s IMDB",
"",
"# Find your way from your home to places using Google Maps",
"home: https://www.google.com/maps/dir/home/%s",
""
],
"userDefinedCss": [
"div > .vimiumHintMarker {",
"/* linkhint boxes */",
"background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF785),",
" color-stop(100%,#FFC542));",
"border: 1px solid #E3BE23;",
"}",
"",
"div > .vimiumHintMarker span {",
"/* linkhint text */",
"color: black;",
"font-weight: bold;",
"font-size: 12px;",
"}",
"",
"div > .vimiumHintMarker > .matchingCharacter {",
"}",
""
],
"vimSync": true
}