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
93
94
95
96
97
98
99
100
|
{
"keymaps": {
"a": { "type": "scroll.home" },
"x": { "type": "command.show" },
"o": { "type": "command.show.open", "alter": false },
"O": { "type": "command.show.open", "alter": true },
"t": { "type": "command.show.tabopen", "alter": false },
"T": { "type": "command.show.tabopen", "alter": true },
"`": { "type": "command.show.winopen", "alter": false },
"`": { "type": "command.show.winopen", "alter": true },
"Z": { "type": "command.show.buffer" },
"`": { "type": "command.show.addbookmark", "alter": true },
"p": { "type": "scroll.vertically", "count": -1 },
"n": { "type": "scroll.vertically", "count": 1 },
"b": { "type": "scroll.horizonally", "count": -1 },
"f": { "type": "scroll.horizonally", "count": 1 },
"<C-U>": { "type": "scroll.pages", "count": -0.5 },
"<C-D>": { "type": "scroll.pages", "count": 0.5 },
"<Backspace>": { "type": "scroll.pages", "count": -1 },
"<A-V>": { "type": "scroll.pages", "count": -1 },
"<C-V>": { "type": "scroll.pages", "count": 1 },
"<": { "type": "scroll.top" },
">": { "type": "scroll.bottom" },
"e": { "type": "scroll.end" },
"k": { "type": "tabs.close" },
"K": { "type": "tabs.close", "select": "left" },
"`": { "type": "tabs.close.right" },
"`": { "type": "tabs.close.force" },
"/": { "type": "tabs.reopen" },
"B": { "type": "tabs.prev" },
"F": { "type": "tabs.next" },
"A": { "type": "tabs.first" },
"E": { "type": "tabs.last" },
"<C-6>": { "type": "tabs.prevsel" },
"g": { "type": "tabs.reload", "cache": false },
"G": { "type": "tabs.reload", "cache": true },
"`": { "type": "tabs.pin.toggle" },
"`": { "type": "tabs.duplicate" },
"`": { "type": "zoom.in" },
"`": { "type": "zoom.out" },
"`": { "type": "zoom.neutral" },
"j": { "type": "follow.start", "newTab": false },
"J": { "type": "follow.start", "newTab": true, "background": false },
"m": { "type": "mark.set.prefix" },
"'": { "type": "mark.jump.prefix" },
"l": { "type": "navigate.history.prev" },
"r": { "type": "navigate.history.next" },
"[[": { "type": "navigate.link.prev" },
"]]": { "type": "navigate.link.next" },
"u": { "type": "navigate.parent" },
"U": { "type": "navigate.root" },
"`": { "type": "focus.input" },
".": { "type": "page.source" },
"`": { "type": "page.home" },
"`": { "type": "page.home", "newTab": true },
"R": { "type": "tabs.reader.toggle" },
"w": { "type": "urls.yank" },
"y": { "type": "urls.paste", "newTab": false },
"Y": { "type": "urls.paste", "newTab": true },
"<C-S>": { "type": "find.start" },
"s": { "type": "find.next" },
"S": { "type": "find.prev" },
"z": { "type": "repeat.last" },
"<S-Esc>": { "type": "addon.toggle.enabled" }
},
"search": {
"default": "ddg",
"engines": {
"ddg": "https://html.duckduckgo.com/html?q={}",
"t": "https://twitter.com/search?q={}",
"wp": "https://en.wikipedia.org/w/index.php?search={}",
"a": "https://wiki.archlinux.org/index.php?search={}",
"aa": "https://aur.archlinux.org/packages?K={}",
"ap": "https://archlinux.org/packages/?q={}",
"db": "https://packages.debian.org/search?keywords={}",
"f": "https://search.f-droid.org/?q={}",
"fs": "https://directory.fsf.org/w/index.php?search={}",
"g": "https://github.com/search?q={}",
"hoog": "https://hoogle.haskell.org/?hoogle={}",
"i": "https://imdb.com/find?q={}",
"o": "https://openlibrary.org/search?q={}",
"ptv": "https://ptv.libreau.org/?q={}",
"r": "https://reddit.com/r/all/search?q={}",
"t": "https://twitter.com/search?q={}",
"wp": "https://en.wikipedia.org/w/index.php?search={}",
"wt": "https://wiktionary.org/w/index.php?search={}",
"wy": "https://wikivoyage.org/w/index.php?search={}",
"wz": "https://zh.wikipedia.org/w/index.php?search={}",
"y": "https://youtube.com/search?q={}"
}
},
"properties": {
"hintchars": "abcdefghijklmnopqrstuvwxyz",
"smoothscroll": false,
"complete": "sbh",
"colorscheme": "system"
},
"blacklist": [
]
}
|