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
Branches
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ c.tabs.show_switching_delay = 1000 ...@@ -55,7 +55,7 @@ c.tabs.show_switching_delay = 1000
# used by prepending the search engine name to the search term, e.g. # used by prepending the search engine name to the search term, e.g.
# `:open google qutebrowser`. # `:open google qutebrowser`.
# Type: Dict # 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 for commands. The keys of the given dictionary are the
# aliases, while the values are the commands they map to. # aliases, while the values are the commands they map to.
...@@ -77,5 +77,5 @@ config.bind('<ctrl+p>', 'tab-prev') ...@@ -77,5 +77,5 @@ config.bind('<ctrl+p>', 'tab-prev')
config.bind('Ctrl-b', 'set-cmd-text -s :quickmark-load') config.bind('Ctrl-b', 'set-cmd-text -s :quickmark-load')
config.bind('b', 'set-cmd-text -s :buffer') config.bind('b', 'set-cmd-text -s :buffer')
config.bind('J', 'scroll-page 0 1') config.bind('J', 'tab-next')
config.bind('K', 'scroll-page 0 -1') config.bind('K', 'tab-prev')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment