-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvimium-options.json
48 lines (48 loc) · 2.02 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
{
"keyMappings": "# Insert your preferred key mappings here.\n\nunmap f\nunmap F\nunmap m\nunmap t\nunmap k\nunmap <c-e>\n\nmap e LinkHints.activateMode\nmap E LinkHints.activateModeToOpenInNewTab\n\nmap s scrollDown\nmap S scrollPageDown\nmap j scrollDown\nmap J scrollPageDown\n\nmap w scrollUp\nmap W scrollPageUp\nmap k scrollUp\nmap K scrollPageUp\n\nmap h scrollLeft\nmap a scrollLeft\nmap l scrollRight\nmap d scrollRight\n\n\nmap D nextTab\nmap L nextTab\nmap A previousTab\nmap H previousTab\n\nmap Z goBack\nmap C goForward",
"linkHintCharacters": "wertasdfgzxcvb",
"searchEngines": "w: https://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia\n\n# More examples.\n#\n# (Vimium supports search completion Wikipedia, as\n# above, and for these.)\n#\ng: https://www.google.com/search?q=%s Google\n# l: https://www.google.com/search?q=%s&btnI I'm feeling lucky...\ny: https://www.youtube.com/results?search_query=%s Youtube\n# gm: https://www.google.com/maps?q=%s Google maps\n# b: https://www.bing.com/search?q=%s Bing\nd: 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",
"settingsVersion": "2.1.2",
"exclusionRules": [
{
"passKeys": "",
"pattern": "https?://mail.google.com/*"
},
{
"passKeys": ">",
"pattern": "https?://www.youtube.com/*"
},
{
"passKeys": "<",
"pattern": "https?://www.youtube.com/*"
},
{
"passKeys": "",
"pattern": "https?://excalidraw.com/*"
},
{
"passKeys": "",
"pattern": "https?://www.figma.com/*"
},
{
"passKeys": "",
"pattern": "https?://asterogue.com/*"
},
{
"passKeys": "",
"pattern": "https?://10speed.atlassian.net/*"
},
{
"passKeys": "",
"pattern": "https?://calendar.google.com/*"
},
{
"passKeys": "",
"pattern": "https?://gamcore.com/*"
},
{
"passKeys": "",
"pattern": "https?://ellabelle.itch.io/*"
}
]
}