diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2013-07-23 23:24:52 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2013-07-23 23:24:52 +0200 |
commit | 97f3d3532eee90f6122703912263924eb6b7ca33 (patch) | |
tree | 07659aa38cd1101d865c5dd4b25035343c65d5c1 /dillorc | |
parent | 8f86bdbd31d4b8a38fec04acbc3b853178495d4c (diff) |
add search from address bar
Add the possibility to search from address bar by entering a
prefix of a search_url label followed by a blank followed by
the search term.
Submitted by: Aki Helin <aki.helin@iki.fi>
with some modifications.
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ # Format: search_url="[<label> ]<url>" # You can enable multiple search_url strings at once and select from among # them at runtime, with the first being the default. -search_url="http://duckduckgo.com/lite/?kp=-1&q=%s" +search_url="DuckDuckGo http://duckduckgo.com/lite/?kp=-1&q=%s" search_url="Wikipedia http://www.wikipedia.org/w/index.php?search=%s&go=Go" search_url="Free Dictionary http://www.thefreedictionary.com/%s" search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" |