qutebrowser: Add quickmark & search engine helper for Wikepedia
This commit is contained in:
parent
db1d0492ce
commit
938e4d659e
1 changed files with 3 additions and 1 deletions
|
@ -142,6 +142,7 @@ c.url.searchengines = {
|
||||||
"r": "https://www.reddit.com/r/{}/",
|
"r": "https://www.reddit.com/r/{}/",
|
||||||
"rt": "https://www.rottentomatoes.com/search/?search={}",
|
"rt": "https://www.rottentomatoes.com/search/?search={}",
|
||||||
"y": "https://www.youtube.com/results?search_query={}",
|
"y": "https://www.youtube.com/results?search_query={}",
|
||||||
|
"w": "https://en.wikipedia.org/w/index.php?title=Special:Search&search={}",
|
||||||
"wayback": "https://web.archive.org/web/*/{}",
|
"wayback": "https://web.archive.org/web/*/{}",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -328,7 +329,8 @@ nmap("'M", ":open --tab https://www.metal-archives.com/")
|
||||||
nmap("'s", ":open --tab https://myanimelist.net/anime/season")
|
nmap("'s", ":open --tab https://myanimelist.net/anime/season")
|
||||||
nmap("'S", ":open --tab https://myanimelist.net/clubs.php?cid=27907")
|
nmap("'S", ":open --tab https://myanimelist.net/clubs.php?cid=27907")
|
||||||
nmap("'t", ":open --tab https://samples.mplayerhq.hu/A-codecs/")
|
nmap("'t", ":open --tab https://samples.mplayerhq.hu/A-codecs/")
|
||||||
nmap("'w", ":open --tab https://web.archive.org/web/*/{url}")
|
nmap("'w", ":open --tab https://en.wikipedia.org/wiki/Main_Page")
|
||||||
|
nmap("'W", ":open --tab https://web.archive.org/web/*/{url}")
|
||||||
nmap("'y", ":open --tab https://youtube.com/")
|
nmap("'y", ":open --tab https://youtube.com/")
|
||||||
|
|
||||||
# add back mark jumping
|
# add back mark jumping
|
||||||
|
|
Loading…
Reference in a new issue