From b332710f8395582809b1a1e2c436628b7f6e8c2a Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sat, 9 May 2015 17:04:40 +0100 Subject: Search completion; tweak default setting. --- background_scripts/settings.coffee | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'background_scripts') diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee index e5604b78..44ed897d 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -100,10 +100,13 @@ root.Settings = Settings = "# g: http://www.google.com/search?q=%s Google" "# l: http://www.google.com/search?q=%s&btnI I'm feeling lucky..." "# y: 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" "# d: https://duckduckgo.com/?q=%s DuckDuckGo" "# az: http://www.amazon.com/s/?field-keywords=%s Amazon" + "#" + "# Another example (for Vimium does not have completion)." + "#" + "# m: https://www.google.com/maps/search/%s Google Maps" ].join "\n" newTabUrl: "chrome://newtab" grabBackFocus: false -- cgit v1.2.3