-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvimium_c.json
More file actions
94 lines (94 loc) · 2.68 KB
/
vimium_c.json
File metadata and controls
94 lines (94 loc) · 2.68 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "Vimium C",
"@time": "7/29/2025, 5:02:48 PM",
"time": 1753776168422,
"environment": {
"extension": "2.12.3",
"platform": "mac",
"chromium": 137
},
"keyLayout": 2,
"keyMappings": [
"#!no-check",
"# reset",
"unmap X",
"unmap W",
"unmap <a-f>",
"",
"# Move",
"map <c-f> scrollFullPageDown",
"map <c-b> scrollFullPageUp",
"map <c-d> scrollPageDown",
"map <c-u> scrollPageUp",
"map j scrollDown count=3",
"map k scrollUp count=3",
"",
"# Tab",
"map x removeTab",
"map u restoreTab",
"map <c-h> previousTab",
"map <c-l> nextTab",
"map < moveTabLeft",
"map > moveTabRight",
"",
"# copy URL",
"map ,ym copyCurrentUrl format=\"[${title}](${url})\"",
"map ,yp copyCurrentUrl format=\"${title}\\n${url}\"",
"",
"# omnibar",
"map t Vomnibar.activateInNewTab",
"map o Vomnibar.activate",
"map T Vomnibar.activateEditUrlInNewTab",
"map O Vomnibar.activateEditUrl",
"",
"# link",
"map mf LinkHints.activateWithQueue",
""
],
"keyboard": [
180,
15
],
"keyupTime": 50,
"linkHintCharacters": "hjklasdfgyuiopqwertnmzxcvb",
"localeEncoding": "",
"nextPatterns": "下一封,下页,下一页,下一章,后一页,下一张,次へ,next,more,newer,>,›,→,»,≫,>>",
"previousPatterns": "上一封,上页,上一页,上一章,前一页,上一张,前へ,prev,previous,back,older,<,‹,←,«,≪,<<",
"scrollStepSize": 80,
"searchEngines": [
"g: https://www.google.co.jp/search?q=%s \\",
" www.google.co.jp re=/^(?:\\.[a-z]{2,4})?\\/search\\b.*?[#&?]q=([^#&]*)/i \\",
" blank=https://www.google.co.jp/ Google",
"a: https://www.amazon.co.jp/s?k=%s \\",
" blank=https://www.amazon.co.jp/ Amazon",
"yd: https://www.yodobashi.com/?word=$s ヨドバシカメラ",
"r: https://search.rakuten.co.jp/search/mall/$s 楽天",
"yt: https://www.youtube.com/results?search_query=%s \\",
" blank=https://www.youtube.com/ YouTube",
"w: https://ja.wikipedia.org/w/index.php?search=$s Wikipedia(ja)",
"we: https://www.wikipedia.org/w/index.php?search=%s Wikipedia(en)",
"",
"d: https://duckduckgo.com/?q=%s DuckDuckGo",
"",
"",
"\\:i: vimium://sed/s/^//,lower\\ $S re= Lower case",
"v.m|math: vimium://math\\ $S re= Calculate",
"v.p: vimium://parse\\ $S re= Redo Search",
"gh|github: https://github.com/search?q=$s \\",
" blank=https://github.com/ GitHub Repo",
"ge|gitee: https://search.gitee.com/?type=repository&q=$s \\",
" blank=https://gitee.com/ Gitee 仓库",
"js\\:|Js: javascript:\\ $S; JavaScript",
""
],
"searchUrl": "https://www.google.co.jp/search?q=$s Google",
"smoothScroll": false,
"userDefinedCss": [
"/* #omni */",
"body[data-mode=\"omni\"] {",
" opacity: 0.8;",
"}",
""
],
"vimSync": true
}