Alacritty
This commit is contained in:
parent
1404d5aaab
commit
f49c967450
11 changed files with 1552 additions and 9 deletions
|
@ -37,10 +37,11 @@ c.url.open_base_url = True
|
|||
# `:open google qutebrowser`.
|
||||
# Type: Dict
|
||||
c.url.searchengines = {
|
||||
"DEFAULT": "https://duckduckgo.com/?q={}&ia=web",
|
||||
"DEFAULT": "https://www.ecosia.org/search?q={}",
|
||||
"aw": "http://www.amp-what.com/unicode/search/{}",
|
||||
"ddg": "https://duckduckgo.com/?q={}&ia=web",
|
||||
"duckduckgo": "https://duckduckgo.com/?q={}&ia=web",
|
||||
"ecosia": "https://www.ecosia.org/search?q={}",
|
||||
"github": "https://github.com/search?q={}",
|
||||
"google": "https://www.google.fr/search?q={}",
|
||||
"npm": "https://www.npmjs.com/search?q={}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue