-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathvimium-options.json
64 lines (64 loc) · 1.53 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
57
58
59
60
61
62
63
64
{
"keyMappings": "# Insert your preferred key mappings here.\nmap <c-[> <esc>\nmap h previousTab\nmap l nextTab\nmap p goBack\nmap a LinkHints.activateModeToOpenInNewForegroundTab\nmap d removeTab\nmap H scrollLeft\nmap L scrollRight\nmap s LinkHints.activateModeToOpenInNewTab",
"grabBackFocus": true,
"searchUrl": "https://duckduckgo.com/?q=",
"settingsVersion": "2.1.2",
"exclusionRules": [
{
"passKeys": "",
"pattern": "https?://mail.google.com/*"
},
{
"passKeys": "'jk",
"pattern": "https?://duckduckgo.com/*"
},
{
"passKeys": "jdkwmd",
"pattern": "https?://calendar.google.com/*"
},
{
"passKeys": "jkcu",
"pattern": "https?://v22016124111441558.luckysrv.de:444/*"
},
{
"passKeys": "",
"pattern": "https?://localhost:8888/*"
},
{
"passKeys": "",
"pattern": "https?://localhost:8888/*"
},
{
"passKeys": "",
"pattern": "https?://localhost:8889/*"
},
{
"passKeys": "",
"pattern": "https?://localhost:8889/*"
},
{
"passKeys": "",
"pattern": "https?://localhost:8890/*"
},
{
"passKeys": "",
"pattern": "https?://localhost:9000/*"
},
{
"passKeys": "",
"pattern": "https?://www.overleaf.com/*"
},
{
"passKeys": "",
"pattern": "https?://www.overleaf.com/*"
},
{
"passKeys": "",
"pattern": "https?://publish.buffer.com/*"
},
{
"passKeys": "n",
"pattern": "https?://x.com/*"
}
]
}