mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 07:54:12 +01:00
Add {, }, [{arg}, ]{arg}. Closes issue #592.
This commit is contained in:
@@ -328,6 +328,39 @@
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>[h [p [</tags>
|
||||
<spec><oa>count</oa>[<a>arg</a></spec>
|
||||
<description short="true">
|
||||
<p>Jump to the previous element as defined by <o>jumptags</o>.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>]h ]p ]</tags>
|
||||
<spec><oa>count</oa>]<a>arg</a></spec>
|
||||
<description short="true">
|
||||
<p>Jump to the next element as defined by <o>jumptags</o>.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>{</tags>
|
||||
<spec><oa>count</oa>{</spec>
|
||||
<description short="true">
|
||||
<p>Jump to the previous paragraph. Identical to <k>[p</k>.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>}</tags>
|
||||
<spec><oa>count</oa>}</spec>
|
||||
<description short="true">
|
||||
<p>Jump to the next paragraph. Identical to <k>]p</k>.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
||||
<h2 tag="zooming zoom">Zooming</h2>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user