qutebrowser: Add crates.io to search engines
This commit is contained in:
parent
6e268b0d20
commit
2bf71c1e2d
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ c.url.start_pages = ["https://lwn.net/"]
|
|||
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={}",
|
||||
"gh": "https://github.com/search?q={}",
|
||||
"hg": "https://www.haskell.org/hoogle/?hoogle={}",
|
||||
|
|
Loading…
Reference in a new issue