1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-18 04:45:45 +01:00

Clearly document the <C-d>/<C-u>/'scroll' behaviour.

This commit is contained in:
Štěpán Němec
2011-11-14 13:39:50 +01:00
parent 900eb1d0b0
commit 61472845d7
2 changed files with 8 additions and 7 deletions

View File

@@ -203,8 +203,8 @@
<description>
<p>
Scroll window downwards by the amount specified in the
<o>scroll</o> option. With <oa>count</oa>, scroll as if
<o>scroll</o> were set to <oa>count</oa>.
<o>scroll</o> option. With <oa>count</oa>, set the <o>scroll</o>
option to <oa>count</oa> before executing the command.
</p>
</description>
</item>
@@ -215,9 +215,9 @@
<spec><oa>count</oa>&lt;C-u></spec>
<description>
<p>
Scroll window upwards by the amount specified in the
<o>scroll</o> option. With <oa>count</oa>, scroll as if
<o>scroll</o> were set to <oa>count</oa>.
Scroll window upwards by the amount specified in the <o>scroll</o>
option. With <oa>count</oa>, set the <o>scroll</o> option to
<oa>count</oa> before executing the command.
</p>
</description>
</item>

View File

@@ -1466,8 +1466,9 @@
Number of lines to scroll with <k name="C-u"/> and <k name="C-d"/>
commands. The number of lines scrolled defaults to half the window
size. When a <oa>count</oa> is specified to the <k name="C-u"/> or
<k name="C-d"/> commands, that value is used instead. When the
value is <em>0</em>, it defaults to half the window height.
<k name="C-d"/> commands, set this option to <oa>count</oa> before
executing the command. Setting this to <em>0</em> restores the
default behaviour.
</p>
</description>
</item>