summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qutebrowser/config.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/qutebrowser/config.py b/qutebrowser/config.py
index 6ba0a8c..a364086 100644
--- a/qutebrowser/config.py
+++ b/qutebrowser/config.py
@@ -1464,9 +1464,10 @@ c.url.default_page = 'https://start.duckduckgo.com/'
## used by prepending the search engine name to the search term, e.g.
## `:open google qutebrowser`.
## Type: Dict
-c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}'}
+##c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}'}
+c.url.searchengines = {'DEFAULT': 'https://google.com/search?hl=en&q={}'}
c.url.searchengines.update({'ddg': 'https://duckduckgo.com/?q={}'})
-c.url.searchengines.update({'g': 'https://www.google.co.uk/#q={}'})
+c.url.searchengines.update({'g': 'https://google.com/search?hl=en&q={}'})
c.url.searchengines.update({'deb': 'https://packages.debian.org/search?keywords={}'})
c.url.searchengines.update({'t': 'https://twitter.com/search?q={}'})
c.url.searchengines.update({'yt': 'https://www.youtube.com/results?search_query={}'})