diff options
| author | Stephen Blott | 2015-05-09 17:04:40 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-05-09 17:04:40 +0100 |
| commit | b332710f8395582809b1a1e2c436628b7f6e8c2a (patch) | |
| tree | 36350c327d9ec4853aed2d089e4be754477385f4 /background_scripts | |
| parent | 0c6b6e53d60a1c4b694d1515fdb7e43080bbf0d3 (diff) | |
| download | vimium-b332710f8395582809b1a1e2c436628b7f6e8c2a.tar.bz2 | |
Search completion; tweak default setting.
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/settings.coffee | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
