aboutsummaryrefslogtreecommitdiffstats
path: root/pages/options.html
diff options
context:
space:
mode:
authorStephen Blott2014-12-30 16:14:23 +0000
committerStephen Blott2014-12-30 16:14:23 +0000
commit214ecb92caa8fc5a71dd3cac70a7280e1de08ccd (patch)
treebd8312058bd452828dd405d481caae7f8a7f00c3 /pages/options.html
parent8f998f5b4cd1d8600b62ae7faac8afb91c4d2dab (diff)
parent74b5c1a9bb54bbc2a2c9d30925d514e02a5515f7 (diff)
downloadvimium-214ecb92caa8fc5a71dd3cac70a7280e1de08ccd.tar.bz2
Merge branch 'search-engine-descriptions' of https://github.com/smblott-github/vimium into smblott-github-search-engine-descriptions
Diffstat (limited to 'pages/options.html')
-rw-r--r--pages/options.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/pages/options.html b/pages/options.html
index ae45537a..d37646c4 100644
--- a/pages/options.html
+++ b/pages/options.html
@@ -54,11 +54,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>