diff options
| author | Stephen Blott | 2015-05-31 15:02:37 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-05-31 15:15:38 +0100 | 
| commit | 4ce5022da5b79fe038f4c34dc27675b219d9f979 (patch) | |
| tree | a8b1d444981da359768e6e712d8d0565095db4d2 /pages/options.html | |
| parent | 01a6df1f155b8b068925cc813d663457edc860e8 (diff) | |
| download | vimium-4ce5022da5b79fe038f4c34dc27675b219d9f979.tar.bz2 | |
Completion page; functional version.
Diffstat (limited to 'pages/options.html')
| -rw-r--r-- | pages/options.html | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/pages/options.html b/pages/options.html index b14c454f..7b66efde 100644 --- a/pages/options.html +++ b/pages/options.html @@ -44,7 +44,7 @@ unmap j  unmapAll  " this is a comment  # this is also a comment</pre> -                <a href="#" id="showCommands">Show available commands.</a> +                <a href="#" id="showCommands">Show available commands</a>.                </div>              </div>              <textarea id="keyMappings" type="text"></textarea> @@ -61,7 +61,8 @@ 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. +                  %s is replaced with the search terms. <br/> +                  For search completion, see <a href="completion_engines.html" target="_blank">here</a>.                  </div>                </div>                <textarea id="searchEngines"></textarea> | 
