-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvimium-options.json
More file actions
92 lines (92 loc) · 2.64 KB
/
Copy pathvimium-options.json
File metadata and controls
92 lines (92 loc) · 2.64 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
{
"exclusionRules": [
{
"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/*"
},
{
"passKeys": "",
"pattern": "https?://localhost:8887/*"
},
{
"passKeys": "brgif",
"pattern": "https?://mail.google.com/*"
},
{
"passKeys": "",
"pattern": "https?://ui.perfetto.dev/*"
},
{
"passKeys": "",
"pattern": "https?://app.coderpad.io/*"
},
{
"passKeys": "",
"pattern": "https?://app.excalidraw.com/*"
},
{
"passKeys": "",
"pattern": "https?://127.0.0.1*/*"
},
{
"passKeys": "",
"pattern": "https?://leetcode.com/*"
},
{
"passKeys": "",
"pattern": "https?://whiteboard.facebookrecruiting.com/*"
},
{
"passKeys": "",
"pattern": "https?://localhost:2718/*"
},
{
"passKeys": "",
"pattern": "https?://localhost:*"
},
{
"passKeys": "",
"pattern": "https?://web.whatsapp.com/*"
}
],
"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",
"newTabDestination": "browserNewTabPage",
"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.4.2"
}