-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvimium-options.json
More file actions
51 lines (51 loc) · 1.8 KB
/
vimium-options.json
File metadata and controls
51 lines (51 loc) · 1.8 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
{
"keyMappings": "# Insert your preferred key mappings here.\nunmap j\nunmap k\nunmap J\nunmap K\n\n\n# Removing anything that conflicts with jupyter.\nunmap b\n\nmap U scrollPageUp\nmap D scrollPageDown\n\nunmap h\nunmap l\nmap h previousTab\nmap l nextTab",
"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#\n# g: https://www.google.com/search?q=%s Google\n# l: https://www.google.com/search?q=%s&btnI I'm feeling lucky...\n# y: 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\n# d: 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": "brgi",
"pattern": "https?://mail.google.com/*"
},
{
"passKeys": "br",
"pattern": "https?://outlook.office.com/*"
},
{
"passKeys": "",
"pattern": "https?://localhost:8888/*"
},
{
"passKeys": "",
"pattern": "https?://monkeytype.com/*"
},
{
"passKeys": "",
"pattern": "https?://config.qmk.fm/*"
},
{
"passKeys": "",
"pattern": "https?://colab.research.google.com/*"
},
{
"passKeys": "",
"pattern": "https?://localhost:8080/det/in*"
},
{
"passKeys": "",
"pattern": "https?://127.0.0.1:8080/*"
},
{
"passKeys": "",
"pattern": "https?://*/notebooks/*"
},
{
"passKeys": "",
"pattern": "*/det/interactive/*"
},
{
"passKeys": "",
"pattern": "https?://vim-adventures.com/*"
}
]
}