Skip to content
Snippets Groups Projects
Commit 5a9028e5 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Changed to startpage search

parent 41c2268c
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ c.tabs.show_switching_delay = 1000
# 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://startpage.com/do/search?query={}'}
# Aliases for commands. The keys of the given dictionary are the
# aliases, while the values are the commands they map to.
......@@ -77,5 +77,5 @@ config.bind('<ctrl+p>', 'tab-prev')
config.bind('Ctrl-b', 'set-cmd-text -s :quickmark-load')
config.bind('b', 'set-cmd-text -s :buffer')
config.bind('J', 'scroll-page 0 1')
config.bind('K', 'scroll-page 0 -1')
config.bind('J', 'tab-next')
config.bind('K', 'tab-prev')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment