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:
Sanchayan Maity 2023-02-28 20:54:58 +05:30
parent 26488153f0
commit 6f8cf0bce5
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 1 additions and 1 deletions

View File

@ -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={}",