1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 23:42:27 +01:00

Kill duplicate help entries.

--HG--
extra : rebase_source : aa2f8665c0b12078ab0a6cdb845b0abcf996f25f
This commit is contained in:
Kris Maglione
2011-08-10 10:17:42 -04:00
parent 36cec0db44
commit a81827fd5b
2 changed files with 6 additions and 83 deletions

View File

@@ -263,87 +263,10 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
<h2 tag="navigating">Navigating</h2>
<item>
<tags><![CDATA[H :ba :back]]></tags>
<spec>:<oa>count</oa>ba<oa>ck</oa> <oa>url</oa></spec>
<spec>:ba<oa>ck</oa>!</spec>
<description>
<p>
Go <oa>count</oa> pages back in the browser history. If
<oa>url</oa> is specified go back to the first matching
URL. The special version <ex>:back!</ex> goes to the
beginning of the browser history.
</p>
</description>
</item>
<item>
<tags><![CDATA[L :fo :fw :forward]]></tags>
<spec>:<oa>count</oa>fo<oa>rward</oa> <oa>url</oa></spec>
<spec>:fo<oa>rward</oa>!</spec>
<description>
<p>
Go <oa>count</oa> pages forward in the browser history.
If <oa>url</oa> is specified go forward to the first
matching URL. The special version <ex>:forward!</ex>
goes to the end of the browser history.
</p>
</description>
</item>
<item>
<tags><![CDATA[[d]]></tags>
<spec><oa>count</oa>[d</spec>
<description>
<p>
Go to the <oa>count</oa>th previous domain in the history stack.
</p>
</description>
</item>
<item>
<tags><![CDATA[]d]]></tags>
<spec><oa>count</oa>]d</spec>
<description>
<p>
Go to the <oa>count</oa>th next domain in the history stack.
</p>
</description>
</item>
<item>
<tags><![CDATA[<C-o>]]></tags>
<spec><oa>count</oa>&lt;C-o></spec>
<description>
<p>
Go <oa>count</oa> steps back in the jumps stack.
</p>
</description>
</item>
<item>
<tags><![CDATA[<C-i>]]></tags>
<spec><oa>count</oa>&lt;C-i></spec>
<description>
<p>
Go <oa>count</oa> steps forward in the jumps stack.
</p>
</description>
</item>
<item>
<tags>:ju :jumps</tags>
<spec>:ju<oa>mps</oa></spec>
<description>
<p>List all jumps, i.e., the current tab's session history.</p>
<p>
Current history position is marked with <em>></em>.
Jump numbers may be used as counts for
<ex>:back</ex> or <ex>:forward</ex>.
</p>
</description>
</item>
<p>
In addition to the <t>history</t> commands, the following navigational
commands are available:
</p>
<item>
<tags><![CDATA[<open-homepage> gh]]></tags>

View File

@@ -187,7 +187,7 @@
<item>
<tags><![CDATA[<C-o>]]></tags>
<strut/>
<spec><![CDATA[[count]<C-o>]]></spec>
<spec><oa>count</oa><![CDATA[<C-o>]]></spec>
<description>
<p>
Go to an older position in the jump list.
@@ -199,7 +199,7 @@
<item>
<tags><![CDATA[<C-i>]]></tags>
<strut/>
<spec><![CDATA[[count]<C-i>]]></spec>
<spec><oa>count</oa><![CDATA[<C-i>]]></spec>
<description>
<p>
Go to a newer position in the jump list.