From e5b32832dcf52e7e991be0f23fc5ddb1adc78672 Mon Sep 17 00:00:00 2001 From: Julian T Date: Sun, 28 Apr 2019 14:27:39 +0200 Subject: Back to google search --- qutebrowser/.config/qutebrowser/config.py | 4 ++-- vim/.vimrc | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index ce00ca2..eaa2da7 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -1498,11 +1498,11 @@ c.url.default_page = 'https://www.startpage.com/' ## used by prepending the search engine name to the search term, e.g. ## `:open google qutebrowser`. ## Type: Dict -c.url.searchengines = {'DEFAULT': 'https://www.startpage.com/do/dsearch?query={}', 'GOOGLE': 'https://www.google.com/search?q={}', 'ddg': 'https://duckduckgo.com/?q={}'} +c.url.searchengines = {'STARTPAGE': 'https://www.startpage.com/do/dsearch?query={}', 'DEFAULT': 'https://www.google.com/search?q={}', 'ddg': 'https://duckduckgo.com/?q={}'} ## Page(s) to open at the start. ## Type: List of FuzzyUrl, or FuzzyUrl -c.url.start_pages = ['https://www.startpage.com/'] +c.url.start_pages = ['https://www.google.dk/'] ## URL parameters to strip with `:yank url`. ## Type: List of String diff --git a/vim/.vimrc b/vim/.vimrc index 4d2b8c8..6e7b7ce 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -1,4 +1,3 @@ - set nocompatible " be iMproved, required filetype plugin on set shellslash -- cgit v1.2.3