diff options
| author | Phil Crosby | 2010-01-17 23:50:59 -0800 |
|---|---|---|
| committer | Phil Crosby | 2010-01-17 23:50:59 -0800 |
| commit | f232ebc7bdc0a72ce4a3134596be17b89bc594e4 (patch) | |
| tree | 0727f26c0aa6f073c9efdf1329c6e6ba1c759fea /options.html | |
| parent | 7eb6971dc0a4e7097bbc2adf3885e10640faec66 (diff) | |
| download | vimium-f232ebc7bdc0a72ce4a3134596be17b89bc594e4.tar.bz2 | |
A couple of minor visual touchups on the options screen.
Diffstat (limited to 'options.html')
| -rw-r--r-- | options.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/options.html b/options.html index 588943cc..aed77a9c 100644 --- a/options.html +++ b/options.html @@ -86,7 +86,7 @@ <h1>Vimium - Options</h1> <table> <tr> - <td class="caption">Scroll Step Size</td> + <td class="caption">Scroll step size</td> <td><input id="scrollStepSize" type="text" style="width:50px" />px</td> <td><span class="example">(default: 60)</td> </tr> @@ -155,8 +155,8 @@ Manipulating tabs: d close current tab u restore closed tab (i.e. unwind the 'd' command) -Vimium supports command repetition so, for example, hitting '5t' will open 5 tabs in rapid succession. ESC -will clear any partial commands in the queue. +Vimium supports command repetition so, for example, hitting '5t' will open 5 tabs in rapid +succession. ESC will clear any partial commands in the queue. </pre> </body> </html> |
