aboutsummaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
authorStephen Blott2014-11-22 12:34:19 +0000
committerStephen Blott2014-11-22 12:34:19 +0000
commitb8c69e64038f20278d56022d69b49f3e80c701b6 (patch)
tree5ecc9493ba7b45b958b51cdadd5d2890b87914c3 /pages
parentb50bdaabb2ff01b3f7ebb6d124316542a1c0ec08 (diff)
downloadvimium-b8c69e64038f20278d56022d69b49f3e80c701b6.tar.bz2
Options; add help text for scrollStepSize.
No help is really needed. However, the gap where the help text should be looks ugly.
Diffstat (limited to 'pages')
-rw-r--r--pages/options.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/pages/options.html b/pages/options.html
index ce9fe77f..88e4845b 100644
--- a/pages/options.html
+++ b/pages/options.html
@@ -308,6 +308,11 @@ unmapAll
<tr>
<td class="caption">Scroll step size</td>
<td>
+ <div class="help">
+ <div class="example">
+ The size for basic movements (usually j/k/h/l).
+ </div>
+ </div>
<input id="scrollStepSize" type="number" />px
</td>
</tr>