qutebrowser: Use d search keyword for docs.rs
DuckDuckGo is already the default search engine, so use d for docs.rs.
This commit is contained in:
parent
26488153f0
commit
6f8cf0bce5
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ c.url.searchengines = {
|
|||
"DEFAULT": "https://duckduckgo.com/?kam=google-maps&kp=-2&q={}",
|
||||
"aw": "https://wiki.archlinux.org/index.php?search={}",
|
||||
"c": "https://crates.io/search?q={}",
|
||||
"d": "https://duckduckgo.com/?kam=google-maps&kp=-2&q={}",
|
||||
"d": "https://docs.rs/releases/search?query={}",
|
||||
"gh": "https://github.com/search?q={}",
|
||||
"hg": "https://www.haskell.org/hoogle/?hoogle={}",
|
||||
"mal": "https://myanimelist.net/search/all?q={}",
|
||||
|
|
Loading…
Reference in a new issue