-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvimium-options.json
More file actions
65 lines (65 loc) · 1.58 KB
/
vimium-options.json
File metadata and controls
65 lines (65 loc) · 1.58 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
{
"exclusionRules": [
{
"passKeys": "",
"pattern": "https?://trello.com/*"
},
{
"passKeys": "",
"pattern": "https?://*.atlassian.net/*"
},
{
"passKeys": "",
"pattern": "https?://miro.com/*"
},
{
"passKeys": "oObBtTxXWvVrR?jkpxercgils#ud/",
"pattern": "https://mail.google.com/*"
},
{
"passKeys": "",
"pattern": "https?://www.typelit.io/*"
},
{
"passKeys": "",
"pattern": "https?://tung.github.io/*"
},
{
"passKeys": "",
"pattern": "https?://docs.google.com/*"
},
{
"passKeys": "",
"pattern": "https?://mega.nz/*"
},
{
"passKeys": "",
"pattern": "https?://ooooooooo.ooo/*"
},
{
"passKeys": "",
"pattern": "https?://www.owlbear.rodeo/*"
},
{
"passKeys": "",
"pattern": "https?://xproger.info/*"
},
{
"passKeys": "",
"pattern": "https?://shifthappens.site/*"
},
{
"passKeys": "oObBtTxXWvVrR",
"pattern": "*"
},
{
"passKeys": "",
"pattern": "https?://us.posthog.com/*"
}
],
"grabBackFocus": true,
"keyMappings": "# Workaround for Gmail using `d` and `u` for its own mappings;\n# this may conflict with `CTRL+d` and `CTRL+u` on Linux/Windows, however, the\n# former is a shortcut for adding a bookmark, which I don't use anyway, while\n# I'm not sure the CTRL-u if even has any mapping\nmap <c-d> scrollPageDown\nmap <c-u> scrollPageUp",
"newTabDestination": "browserNewTabPage",
"searchEngines": "",
"settingsVersion": "2.4.2"
}