diff options
| author | Stephen Blott | 2014-12-29 16:33:23 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-12-29 16:45:34 +0000 | 
| commit | c52c0ea57f86c1c5a132819fe85e763db84ce712 (patch) | |
| tree | 4e46ddbc9b5e338843ee6a465ad68d3e15920efb /pages/options.html | |
| parent | ba743054dcd26b225db407db261e480ab485e2d0 (diff) | |
| download | vimium-c52c0ea57f86c1c5a132819fe85e763db84ce712.tar.bz2 | |
Descriptions for custom search engines.
Diffstat (limited to 'pages/options.html')
| -rw-r--r-- | pages/options.html | 12 | 
1 files changed, 7 insertions, 5 deletions
| diff --git a/pages/options.html b/pages/options.html index 8e685304..e765334c 100644 --- a/pages/options.html +++ b/pages/options.html @@ -300,11 +300,13 @@ unmapAll            <td verticalAlign="top">                <div class="help">                  <div class="example"> -                  This adds search-engine shortcuts to the Vomnibar.<br/><br/> -                  The format is:<br/> -                  <pre>your-keyword: http://the-site.com/?q=%s</pre> -                  %s will be replaced with your search terms.<br/> -                  Lines which start with "#" are comments. +                  Add search-engine shortcuts to the Vomnibar. Format:<br/> +                  <pre> +a: http://a.com/?q=%s +b: http://b.com/?q=%s description +" this is a comment +# this is also a comment</pre> +                  %s is replaced with the search terms.                  </div>                </div>                <textarea id="searchEngines"></textarea> | 
