summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qutebrowser/.config/qutebrowser/config.py4
-rw-r--r--vim/.vimrc1
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