aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/settings.coffee
diff options
context:
space:
mode:
authorStephen Blott2015-05-03 11:21:06 +0100
committerStephen Blott2015-05-03 11:21:06 +0100
commit7ecc8805053cfe32549136412d16d5c62d6949c7 (patch)
treeb996fad06e7805f347f3d9675939d9bc3ca4dc86 /background_scripts/settings.coffee
parent05431a5041913d78e44058e9e7f42ef9eee29ce9 (diff)
downloadvimium-7ecc8805053cfe32549136412d16d5c62d6949c7.tar.bz2
Search completion; Google maps out, Amazon, Bing in.
Diffstat (limited to 'background_scripts/settings.coffee')
-rw-r--r--background_scripts/settings.coffee12
1 files changed, 8 insertions, 4 deletions
diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee
index 01277741..06b59af8 100644
--- a/background_scripts/settings.coffee
+++ b/background_scripts/settings.coffee
@@ -91,10 +91,14 @@ root.Settings = Settings =
searchUrl: "http://www.google.com/search?q="
# put in an example search engine
searchEngines: [
- "w: http://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia", ""
- "t: http://www.youtube.com/results?search_query=%s Youtube", ""
- "m: https://www.google.com/maps/search/%s Google Maps", ""
- ].join "\n"
+ # FIXME(smblott) Comment out these before merge.
+ "w: http://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia"
+ "t: http://www.youtube.com/results?search_query=%s Youtube"
+ "m: https://www.google.com/maps/search/%s Google Maps"
+ "b: https://www.bing.com/search?q=%s Bing"
+ "y: http://www.youtube.com/results?search_query=%s Youtube"
+ "az: http://www.amazon.com/s/?field-keywords=%s Amazon"
+ ].join "\n\n"
newTabUrl: "chrome://newtab"
grabBackFocus: false