mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-08 04:55:46 +01:00
Clearly document the <C-d>/<C-u>/'scroll' behaviour.
This commit is contained in:
@@ -203,8 +203,8 @@
|
|||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
Scroll window downwards by the amount specified in the
|
Scroll window downwards by the amount specified in the
|
||||||
<o>scroll</o> option. With <oa>count</oa>, scroll as if
|
<o>scroll</o> option. With <oa>count</oa>, set the <o>scroll</o>
|
||||||
<o>scroll</o> were set to <oa>count</oa>.
|
option to <oa>count</oa> before executing the command.
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
@@ -215,9 +215,9 @@
|
|||||||
<spec><oa>count</oa><C-u></spec>
|
<spec><oa>count</oa><C-u></spec>
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
Scroll window upwards by the amount specified in the
|
Scroll window upwards by the amount specified in the <o>scroll</o>
|
||||||
<o>scroll</o> option. With <oa>count</oa>, scroll as if
|
option. With <oa>count</oa>, set the <o>scroll</o> option to
|
||||||
<o>scroll</o> were set to <oa>count</oa>.
|
<oa>count</oa> before executing the command.
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
@@ -1466,8 +1466,9 @@
|
|||||||
Number of lines to scroll with <k name="C-u"/> and <k name="C-d"/>
|
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
|
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
|
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
|
<k name="C-d"/> commands, set this option to <oa>count</oa> before
|
||||||
value is <em>0</em>, it defaults to half the window height.
|
executing the command. Setting this to <em>0</em> restores the
|
||||||
|
default behaviour.
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user