mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 04:15:45 +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>
|
||||
|
||||
@@ -987,6 +987,16 @@
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>'jt' 'jumptags'</tags>
|
||||
<spec>'jumptags'</spec>
|
||||
<type>&option.jumptags.type;</type>
|
||||
<default>&option.jumptags.default;</default>
|
||||
<description>
|
||||
<p>XPath or CSS selector strings of jumpable elements for extended hint modes.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>'lpl' 'loadplugins'</tags>
|
||||
<spec>'loadplugins' 'lpl'</spec>
|
||||
|
||||
Reference in New Issue
Block a user