1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 06:07:59 +01:00

Whitespace fixes.

This commit is contained in:
Doug Kearns
2010-10-02 17:49:55 +10:00
parent 21514370da
commit ec9b83d898
32 changed files with 43 additions and 358 deletions

View File

@@ -8,16 +8,16 @@ Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

View File

@@ -149,7 +149,7 @@ const CommandWidgets = Class("CommandWidgets", {
multilineOutput: Class.memoize(function () {
let elem = document.getElementById("dactyl-multiline-output");
elem.contentDocument.body.id = "dactyl-multiline-output-content";
document.getElementById("dactyl-context-copylink").style.listStyleImage =
document.getElementById("dactyl-context-copylink").style.listStyleImage =
util.computedStyle(document.getElementById("context-copylink")).listStyleImage;
return elem;
}),

View File

@@ -411,7 +411,7 @@
<xsl:apply-templates select="@*" mode="help-1"/>
<div style="clear: both;"/>
<span dactyl:highlight="HelpNote">Note:</span>
<xsl:text> </xsl:text>
<xsl:text> </xsl:text>
<xsl:apply-templates select="node()" mode="help-1"/>
</p>
</xsl:template>
@@ -420,7 +420,7 @@
<xsl:apply-templates select="@*" mode="help-1"/>
<div style="clear: both;"/>
<span dactyl:highlight="HelpWarning">Warning:</span>
<xsl:text> </xsl:text>
<xsl:text> </xsl:text>
<xsl:apply-templates select="node()" mode="help-1"/>
</p>
</xsl:template>

View File

@@ -541,7 +541,7 @@ lookup:
// NOTE: this command is only used in :source
commands.add(["fini[sh]"],
"Stop sourcing a script file",
function () {
function () {
dactyl.assert(io.sourcing, "E168: :finish used outside of a sourced file");
io.sourcing.finished = true;
},

View File

@@ -37,4 +37,5 @@
<include href="index" tag="index.html"/>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -31,7 +31,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags><![CDATA[send-key <C-v> CTRL-V]]></tags>
<spec>CTRL-V</spec>
@@ -42,7 +41,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<h2 tag="opening">Opening web pages</h2>
<item>
@@ -104,7 +102,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>t :t :tabopen :tabnew</tags>
<spec>:tabopen<oa>!</oa> <oa>arg1</oa>, <oa>arg2</oa>, …</spec>
@@ -118,7 +115,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>T</tags>
<spec>T</spec>
@@ -129,7 +125,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>:tabdu :tabduplicate</tags>
<spec>:<oa>count</oa>tabdu<oa>plicate</oa><oa>!</oa></spec>
@@ -142,7 +137,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>O</tags>
<spec>O</spec>
@@ -153,7 +147,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>w :winopen :wopen</tags>
<spec>:wino<oa>pen</oa><oa>!</oa> <oa>arg1</oa>, <oa>arg2</oa>, …</spec>
@@ -166,7 +159,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>W</tags>
<spec>W</spec>
@@ -177,7 +169,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags><![CDATA[<MiddleMouse> p]]></tags>
<strut/>
@@ -192,7 +183,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>P</tags>
<strut/>
@@ -207,7 +197,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>gP</tags>
<strut/>
@@ -221,7 +210,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags><![CDATA[<C-x>]]></tags>
<strut/>
@@ -236,7 +224,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags><![CDATA[<C-a>]]></tags>
<strut/>
@@ -249,7 +236,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>~</tags>
<spec>~</spec>
@@ -258,7 +244,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<h2 tag="navigating">Navigating</h2>
<item>
@@ -276,7 +261,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags><![CDATA[L <C-i> CTRL-i :fo :fw :forward]]></tags>
<spec>:<oa>count</oa>fo<oa>rward</oa> <oa>url</oa></spec>
@@ -292,7 +276,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>:ju :jumps</tags>
<spec>:ju<oa>mps</oa></spec>
@@ -307,7 +290,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>gh</tags>
<spec>gh</spec>
@@ -316,7 +298,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>gH</tags>
<strut/>
@@ -330,7 +311,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>gu</tags>
<spec><oa>count</oa>gu</spec>
@@ -345,7 +325,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>gU</tags>
<spec>gU</spec>
@@ -360,7 +339,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<h2 tag="reloading">Reloading</h2>
<item>
@@ -371,7 +349,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>R</tags>
<spec>R</spec>
@@ -380,7 +357,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>:re :reload</tags>
<spec>:re<oa>load</oa><oa>!</oa></spec>
@@ -392,7 +368,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>:reloada :reloadall</tags>
<spec>:reloada<oa>ll</oa><oa>!</oa></spec>
@@ -404,7 +379,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<h2 tag="stopping">Stopping</h2>
<item>
@@ -417,7 +391,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>:stopa :stopall</tags>
<spec>:stopa<oa>ll</oa></spec>
@@ -426,7 +399,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<h2 tag="writing save-file">Writing</h2>
<item>
@@ -443,7 +415,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<h2 tag="quitting save-session">Quitting</h2>
<item>
@@ -458,7 +429,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>:qa :qall :quita :quitall</tags>
<strut/>
@@ -471,7 +441,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>:wc :wclose :winc :winclose</tags>
<spec>:winc<oa>lose</oa></spec>
@@ -480,7 +449,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>:winon :winonly</tags>
<spec>:winon<oa>ly</oa></spec>
@@ -489,7 +457,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>:xa :xall :wq :wqa :wqall</tags>
<spec>:wqa<oa>ll</oa></spec>
@@ -504,7 +471,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>ZQ</tags>
<spec>ZQ</spec>
@@ -513,7 +479,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>ZZ</tags>
<spec>ZZ</spec>
@@ -525,7 +490,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<h2 tag="current-directory">The current directory</h2>
<item>
@@ -541,7 +505,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>:pw :pwd</tags>
<spec>:pw<oa>d</oa></spec>
@@ -550,7 +513,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -33,7 +33,6 @@
</description>
</item>
<item>
<tags><![CDATA[g<C-g>]]></tags>
<spec>g&lt;C-g></spec>
@@ -42,7 +41,6 @@
</description>
</item>
<item>
<tags>:pa :pageinfo</tags>
<spec>:pa<oa>geinfo</oa> <oa>items</oa></spec>
@@ -55,7 +53,6 @@
</description>
</item>
<item>
<tags>gf</tags>
<strut/>
@@ -68,7 +65,6 @@
</description>
</item>
<item>
<tags>gF</tags>
<strut/>
@@ -84,7 +80,6 @@
</description>
</item>
<item>
<tags>:vie :viewsource</tags>
<spec>:vie<oa>wsource</oa><oa>!</oa> <oa>url</oa></spec>
@@ -98,7 +93,6 @@
</description>
</item>
<h2 tag="motion scrolling">Motion commands</h2>
<item>
@@ -113,7 +107,6 @@
</description>
</item>
<item>
<tags>$</tags>
<spec>$</spec>
@@ -122,7 +115,6 @@
</description>
</item>
<item>
<tags><![CDATA[<Home> gg]]></tags>
<strut/>
@@ -136,7 +128,6 @@
</description>
</item>
<item>
<tags><![CDATA[<End> G]]></tags>
<strut/>
@@ -149,7 +140,6 @@
</description>
</item>
<item>
<tags>N%</tags>
<spec><a>count</a>%</spec>
@@ -158,7 +148,6 @@
</description>
</item>
<item>
<tags><![CDATA[<Left> h]]></tags>
<strut/>
@@ -171,7 +160,6 @@
</description>
</item>
<item>
<tags><![CDATA[<C-e> <Down> j]]></tags>
<strut/>
@@ -184,7 +172,6 @@
</description>
</item>
<item>
<tags><![CDATA[<C-y> <Up> k]]></tags>
<strut/>
@@ -197,7 +184,6 @@
</description>
</item>
<item>
<tags><![CDATA[<Right> l]]></tags>
<strut/>
@@ -210,7 +196,6 @@
</description>
</item>
<item>
<tags><![CDATA[<C-d>]]></tags>
<strut/>
@@ -224,7 +209,6 @@
</description>
</item>
<item>
<tags><![CDATA[<C-u>]]></tags>
<strut/>
@@ -238,7 +222,6 @@
</description>
</item>
<item>
<tags><![CDATA[<S-Space> <PageUp> <C-b>]]></tags>
<strut/>
@@ -251,7 +234,6 @@
</description>
</item>
<item>
<tags><![CDATA[<Space> <PageDown> <C-f>]]></tags>
<strut/>
@@ -264,7 +246,6 @@
</description>
</item>
<h2 tag="jumping">Jumping to elements</h2>
<item>
@@ -275,7 +256,6 @@
</description>
</item>
<item>
<tags><![CDATA[<S-Tab>]]></tags>
<spec>&lt;S-Tab></spec>
@@ -284,7 +264,6 @@
</description>
</item>
<item>
<tags>gi</tags>
<strut/>
@@ -298,7 +277,6 @@
</description>
</item>
<item>
<tags>]f</tags>
<strut/>
@@ -312,7 +290,6 @@
</description>
</item>
<item>
<tags>[f</tags>
<strut/>
@@ -326,7 +303,6 @@
</description>
</item>
<item>
<tags>]]</tags>
<strut/>
@@ -340,7 +316,6 @@
</description>
</item>
<item>
<tags>[[</tags>
<strut/>
@@ -354,7 +329,6 @@
</description>
</item>
<h2 tag="zooming zoom">Zooming</h2>
<p>
@@ -395,7 +369,6 @@
</description>
</item>
<item>
<tags>zm</tags>
<strut/>
@@ -405,7 +378,6 @@
</description>
</item>
<item>
<tags>- zo</tags>
<spec><oa>count</oa>zo</spec>
@@ -414,7 +386,6 @@
</description>
</item>
<item>
<tags>zr</tags>
<spec><oa>count</oa>zr</spec>
@@ -423,7 +394,6 @@
</description>
</item>
<item>
<tags>zz</tags>
<strut/>
@@ -437,7 +407,6 @@
</description>
</item>
<item>
<tags>ZI zI</tags>
<spec><oa>count</oa>ZI</spec>
@@ -446,7 +415,6 @@
</description>
</item>
<item>
<tags>ZM zM</tags>
<strut/>
@@ -456,7 +424,6 @@
</description>
</item>
<item>
<tags>ZO zO</tags>
<spec><oa>count</oa>ZO</spec>
@@ -465,7 +432,6 @@
</description>
</item>
<item>
<tags>ZR zR</tags>
<spec><oa>count</oa>ZR</spec>
@@ -474,7 +440,6 @@
</description>
</item>
<item>
<tags>ZZ zZ</tags>
<strut/>
@@ -487,7 +452,6 @@
</description>
</item>
<item>
<tags>:zo :zoom</tags>
<spec>:zo<oa>om</oa><oa>!</oa> <oa>value</oa></spec>
@@ -507,7 +471,6 @@
</description>
</item>
<h2 tag="frames">Working with frames</h2>
<item>
@@ -518,7 +481,6 @@
</description>
</item>
<h2 tag="copying yanking">Copying text</h2>
<p>
@@ -535,7 +497,6 @@
</description>
</item>
<item>
<tags>Y</tags>
<spec>Y</spec>
@@ -544,7 +505,6 @@
</description>
</item>
<h2 tag="alternate-stylesheet">Alternate style sheets</h2>
Page authors may specify alternate style sheets for an HTML
@@ -565,7 +525,6 @@ selecting their favorite.
</description>
</item>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -45,7 +45,6 @@
</description>
</item>
<h2 tag="cmdline-editing">Command-line editing</h2>
<item>
@@ -56,7 +55,6 @@
</description>
</item>
<item>
<tags><![CDATA[c_<C-]>]]></tags>
<spec>&lt;C-]></spec>
@@ -65,7 +63,6 @@
</description>
</item>
<item>
<tags><![CDATA[c_<Up>]]></tags>
<strut/>
@@ -78,7 +75,6 @@
</description>
</item>
<item>
<tags><![CDATA[c_<Down>]]></tags>
<strut/>
@@ -91,7 +87,6 @@
</description>
</item>
<item>
<tags><![CDATA[c_<S-Up> c_<PageUp>]]></tags>
<spec>&lt;S-Up></spec>
@@ -102,7 +97,6 @@
</description>
</item>
<item>
<tags><![CDATA[c_<S-Down> c_<PageDown>]]></tags>
<spec>&lt;S-Down></spec>
@@ -112,7 +106,6 @@
</description>
</item>
<h2 tag="cmdline-completion">Command-line completion</h2>
<item>
@@ -129,7 +122,6 @@
</description>
</item>
<item>
<tags><![CDATA[c_<S-Tab>]]></tags>
<strut/>
@@ -139,7 +131,6 @@
</description>
</item>
<item>
<tags><![CDATA[c_<A-Tab>]]></tags>
<strut/>
@@ -152,7 +143,6 @@
</description>
</item>
<item>
<tags><![CDATA[c_<A-S-Tab>]]></tags>
<strut/>
@@ -162,7 +152,6 @@
</description>
</item>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -196,16 +196,16 @@ XML.prettyPrinting = <hl key="Boolean">false</hl>;
triggers to toggle the playing of animation on the current page.
</p>
<item>
<tags>'flashblock' 'fb'</tags>
<spec>'flashblock' 'fb'</spec>
<tags>'flashblock' 'fb'</tags>
<spec>'flashblock' 'fb'</spec>
<type>boolean</type>
<default>true</default>
<description>
<description>
<p>
Controls the blocking of flash animations. When true, place
holders are substituted for flash animations on untrusted sites.
</p>
</description>
</description>
</item>
<escape><oa>...</oa>
<hl key="HelpXMLTagEnd">&lt;/plugin></hl></escape>;</xml-block>

View File

@@ -44,7 +44,6 @@
</description>
</item>
<item>
<tags>:echoe :echoerr</tags>
<spec>:echoe<oa>rr</oa> <a>expr</a></spec>
@@ -56,7 +55,6 @@
</description>
</item>
<item>
<tags>:echom :echomsg</tags>
<spec>:echom<oa>sg</oa> <a>expr</a></spec>
@@ -68,7 +66,6 @@
</description>
</item>
<item>
<tags>:exe :execute</tags>
<spec>:exe<oa>cute</oa> <a>expr</a></spec>
@@ -86,7 +83,6 @@
</description>
</item>
<item>
<tags>:js :javas :javascript</tags>
<spec>:javas<oa>cript</oa> <a>cmd</a></spec>
@@ -138,7 +134,6 @@
</description>
</item>
<item>
<tags>:let</tags>
<spec>:let <a>var-name</a> [+-.]= <a>expr1</a></spec>
@@ -154,7 +149,6 @@
</description>
</item>
<item>
<tags>:unl :unlet</tags>
<spec>:unl<oa>et</oa><oa>!</oa> <a>name</a></spec>

View File

@@ -37,7 +37,6 @@
</description>
</item>
<h2 tag="dialogs">Dialogs</h2>
<item>
@@ -54,7 +53,6 @@
</description>
</item>
<item>
<tags>:dia :dialog</tags>
<spec>:dia<oa>log</oa> <oa>&dactyl.host;-dialog</oa></spec>
@@ -65,7 +63,6 @@
</description>
</item>
<item>
<tags>:dl :downl :downloads</tags>
<strut/>
@@ -79,7 +76,6 @@
</description>
</item>
<h2 tag="extensions add-ons">Add-ons</h2>
<item>
@@ -93,7 +89,6 @@
</description>
</item>
<item>
<tags>:extde :extdelete</tags>
<spec>:extde<oa>lete</oa> <a>extension</a></spec>
@@ -106,7 +101,6 @@
</description>
</item>
<item>
<tags>:extd :extdisable</tags>
<spec>:extd<oa>isable</oa> <a>extension</a></spec>
@@ -119,7 +113,6 @@
</description>
</item>
<item>
<tags>:exte :extenable</tags>
<spec>:exte<oa>nable</oa> <a>extension</a></spec>
@@ -132,7 +125,6 @@
</description>
</item>
<item>
<tags>:exts :extens :extensions</tags>
<spec>:extens<oa>ions</oa></spec>
@@ -142,7 +134,6 @@
</description>
</item>
<item>
<tags>:exto :extoptions</tags>
<spec>:exto<oa>ptions</oa><oa>!</oa> <a>extension</a></spec>
@@ -156,7 +147,6 @@
</description>
</item>
<h2 tag="sidebar">Sidebar</h2>
<item>
@@ -167,7 +157,6 @@
</description>
</item>
<item>
<tags>:sbope :sbopen :sb :sbar :sideb :sidebar</tags>
<spec>:sidebar <a>name</a></spec>
@@ -180,7 +169,6 @@
</description>
</item>
<h2 tag="status-line status-bar">Status line</h2>
<p>
@@ -248,7 +236,6 @@
</description>
</item>
<item>
<tags>:tbh :tbhide :toolbarh :toolbarhide</tags>
<spec>:toolbarhide <a>name</a></spec>
@@ -257,7 +244,6 @@
</description>
</item>
<item>
<tags>:tbt :tbtoggle :toolbart :toolbartoggle</tags>
<spec>:toolbartoggle <a>name</a></spec>
@@ -266,7 +252,6 @@
</description>
</item>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -19,7 +19,7 @@
narrow them down. While the default action is to click the
selected link, other actions are available, including saving the
resulting link, copying its URL, or saving an image. For each
of these actions, only the set of applicable elements is
of these actions, only the set of applicable elements is
highlighted.
</p>
@@ -56,7 +56,6 @@
</description>
</item>
<item>
<tags>F</tags>
<strut/>
@@ -72,8 +71,6 @@
</description>
</item>
<item>
<tags>extended-hints</tags>
<tags>; ExtendedHint</tags>
@@ -126,4 +123,5 @@
</item>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -22,7 +22,6 @@ This file contains a list of all available commands, mappings and options.
<dt><k name="C-]" mode="i"/></dt> <dd>Expand an Insert-mode abbreviation</dd>
</dl>
<h2 tag="normal-index">Normal mode</h2>
<dl>
@@ -42,29 +41,24 @@ This file contains a list of all available commands, mappings and options.
<dt><k name="C-z"/></dt> <dd>Temporarily ignore all &dactyl.appName; key bindings</dd>
</dl>
<dl>
<dt><k name="Esc"/></dt> <dd>Focus content</dd>
</dl>
<dl>
<dt><k name="F1"/></dt> <dd>Open help window</dd>
</dl>
<dl>
<dt><k name="S-Tab"/></dt> <dd>Rewind keyboard focus</dd>
<dt><k name="Tab"/></dt> <dd>Advance keyboard focus</dd>
</dl>
<dl>
<dt><k>0</k></dt> <dd>Scroll to the absolute left of the document</dd>
<dt><k>$</k></dt> <dd>Scroll to the absolute right of the document</dd>
</dl>
<dl>
<dt><k>A</k></dt> <dd>Toggle bookmarked state of current URL</dd>
<dt><k>B</k></dt> <dd>Show buffer list</dd>
@@ -83,7 +77,6 @@ This file contains a list of all available commands, mappings and options.
<dt><k>W</k></dt> <dd>Open one or more URLs in a new window, based on current location</dd>
</dl>
<dl>
<dt><k>a</k></dt> <dd>Open a prompt to bookmark the current URL</dd>
<dt><k>b</k></dt> <dd>Open a prompt to switch buffers</dd>
@@ -106,22 +99,18 @@ This file contains a list of all available commands, mappings and options.
<dt><k>w</k></dt> <dd>Open one or more URLs in a new window</dd>
</dl>
<dl>
<dt><k>;</k></dt> <dd>Start an extended hint mode</dd>
</dl>
<dl>
<dt><k>:</k></dt> <dd>Enter Command-line mode</dd>
</dl>
<dl>
<dt><k>~</k></dt> <dd>Open home directory</dd>
</dl>
<dl>
<dt><k>/</k></dt> <dd>Search forward for a pattern</dd>
<dt><k>?</k></dt> <dd>Search backwards for a pattern</dd>
@@ -129,28 +118,23 @@ This file contains a list of all available commands, mappings and options.
<dt><k>#</k></dt> <dd>Find word under cursor backwards</dd>
</dl>
<dl>
<dt><k>N%</k></dt> <dd>Scroll to <a>count</a> percent of the document</dd>
</dl>
<dl>
<dt><k>'</k></dt> <dd>Jump to the mark</dd>
</dl>
<dl>
<dt><k>@</k></dt> <dd>Play a macro</dd>
</dl>
<dl>
<dt><k>.</k></dt> <dd>Repeat the last keyboard command</dd>
<dt><k>@:</k></dt> <dd>Repeat the last Ex command <oa>count</oa> times</dd>
</dl>
<dl>
<dt><k>]f</k></dt> <dd>Focus next frame</dd>
<dt><k>[f</k></dt> <dd>Focus previous frame</dd>
@@ -158,7 +142,6 @@ This file contains a list of all available commands, mappings and options.
<dt><k>[[ </k></dt> <dd>Follow the link labeled 'prev', 'previous' or '&lt;' if it exists</dd>
</dl>
<dl>
<dt><k>g$</k></dt> <dd>Go to the last tab</dd>
<dt><k>g&lt;</k></dt> <dd>Redisplay the last command output</dd>
@@ -181,7 +164,6 @@ This file contains a list of all available commands, mappings and options.
<dt><k>gu</k></dt> <dd>Go to parent directory</dd>
</dl>
<dl>
<dt><k>ZQ</k></dt> <dd>Quit and don't save the session</dd>
<dt><k>ZZ</k></dt> <dd>Quit and save the session</dd>
@@ -197,25 +179,21 @@ This file contains a list of all available commands, mappings and options.
<dt><k>zz</k></dt> <dd>Set text zoom value of current web page</dd>
</dl>
<h2 tag="ex-edit-index">Command-line editing</h2>
<dl>
<dt><k name="C-c" mode="c"/></dt> <dd>Quit Command-line mode without executing</dd>
</dl>
<dl>
<dt><k name="C-]" mode="c"/></dt> <dd>Expand a command-line abbreviation</dd>
</dl>
<dl>
<dt><k name="Up" mode="c"/></dt> <dd>Recall the previous command line from the history list which matches the current command line</dd>
<dt><k name="Down" mode="c"/></dt> <dd>Recall the next command line from the history list which matches the current command line</dd>
</dl>
<dl>
<dt><k name="Tab" mode="c"/></dt> <dd>Complete the word in front of the cursor according to the behavior specified in <o>wildmode</o></dd>
<dt><k name="S-Tab" mode="c"/></dt> <dd>Complete the previous full match when <o>wildmode</o> contains "full"</dd>
@@ -223,7 +201,6 @@ This file contains a list of all available commands, mappings and options.
<dt><k name="A-S-Tab" mode="c"/></dt> <dd>Complete the previous full match when <o>altwildmode</o> contains "full"</dd>
</dl>
<h2 tag="ex-cmd-index :index">Ex commands</h2>
<dl>
@@ -376,7 +353,6 @@ This file contains a list of all available commands, mappings and options.
<dt><ex>:zoom</ex></dt> <dd>Set zoom value of current web page</dd>
</dl>
<h2 tag="option-index">Options</h2>
<dl>
@@ -446,6 +422,6 @@ This file contains a list of all available commands, mappings and options.
<dt><o>wordseparators</o></dt> <dd>How words are split for hintmatching</dd>
</dl>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -27,8 +27,6 @@
</description>
</item>
<h2 tag="ins-special-keys">Insert-mode special keys</h2>
<item>
@@ -58,6 +56,6 @@
</description>
</item>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -100,7 +100,6 @@
</description>
</item>
<h3 tag=":map-options">Map options</h3>
<p>
Any of the map commands may be given the following options:
@@ -118,7 +117,6 @@
<dt>-silent</dt> <dd>Do not echo any generated keys to the command-line (short name <em>-s</em>, also <em>&lt;silent></em> for Vim compatibility)</dd>
</dl>
<item>
<tags>:no :noremap</tags>
<spec>:no<oa>remap</oa> <a>lhs</a> <a>rhs</a></spec>
@@ -143,7 +141,6 @@
</description>
</item>
<item>
<tags>:unm :unmap</tags>
<spec>:map <a>lhs</a> <a>rhs</a></spec>
@@ -160,7 +157,6 @@
</description>
</item>
<item>
<tags>:mapc :mapclear</tags>
<spec>:mapc<oa>lear</oa></spec>
@@ -179,7 +175,6 @@
</description>
</item>
<item>
<spec>:map</spec>
<spec>:nm<oa>ap</oa></spec>
@@ -191,7 +186,6 @@
</description>
</item>
<item>
<tags>:map_l</tags>
<spec>:map <a>lhs</a></spec>
@@ -208,8 +202,6 @@
</description>
</item>
<h3 tag=":map-arguments">Special arguments</h3>
<tags>:map-&lt;silent></tags>
@@ -343,7 +335,6 @@
</description>
</item>
<item>
<tags><![CDATA[<CR> map_return]]></tags>
<strut/>
@@ -357,7 +348,6 @@
</description>
</item>
<item>
<tags><![CDATA[<Leader> mapleader \]]></tags>
<strut/>
@@ -377,7 +367,6 @@
</description>
</item>
<h2 tag="abbreviations">Abbreviations</h2>
<p>
@@ -430,7 +419,6 @@
</description>
</item>
<item>
<tags>:ca :cabbrev</tags>
<spec>:ca<oa>bbrev</oa> <a>lhs</a> <a>rhs</a></spec>
@@ -445,7 +433,6 @@
</description>
</item>
<item>
<tags>:ia :iabbrev</tags>
<spec>:ia<oa>bbrev</oa> <a>lhs</a> <a>rhs</a></spec>
@@ -459,7 +446,6 @@
</description>
</item>
<item>
<tags>:una :unabbreviate</tags>
<spec>:una<oa>bbreviate</oa> <a>lhs</a></spec>
@@ -468,7 +454,6 @@
</description>
</item>
<item>
<tags>:cuna :cunabbrev</tags>
<spec>:cuna<oa>bbrev</oa> <a>lhs</a></spec>
@@ -481,7 +466,6 @@
</description>
</item>
<item>
<tags>:iuna :iunabbrev</tags>
<spec>:iuna<oa>bbrev</oa> <a>lhs</a></spec>
@@ -494,7 +478,6 @@
</description>
</item>
<item>
<tags>:abc :abclear</tags>
<spec>:abc<oa>lear</oa></spec>
@@ -503,7 +486,6 @@
</description>
</item>
<item>
<tags>:cabc :cabclear</tags>
<spec>:cabc<oa>lear</oa></spec>
@@ -512,7 +494,6 @@
</description>
</item>
<item>
<tags>:iabc :iabclear</tags>
<spec>:iabc<oa>lear</oa></spec>
@@ -521,7 +502,6 @@
</description>
</item>
<h2 tag="user-commands">User-defined commands</h2>
<p>
@@ -543,7 +523,6 @@
</description>
</item>
<item>
<spec>:com<oa>mand</oa> <a>cmd</a></spec>
<description>
@@ -551,7 +530,6 @@
</description>
</item>
<item>
<spec>:com<oa>mand</oa><oa>!</oa> <oa><a>attr</a></oa> <a>cmd</a> <a>rep</a></spec>
<description>
@@ -704,7 +682,6 @@
</description>
</item>
<item>
<tags>:comc :comclear</tags>
<spec>:comc<oa>lear</oa></spec>
@@ -713,7 +690,6 @@
</description>
</item>
<item>
<tags>:delc :delcommand</tags>
<spec>:delc<oa>ommand</oa> <a>cmd</a></spec>
@@ -722,7 +698,6 @@
</description>
</item>
<h2 tag="command-examples">Examples</h2>
<p>Add a :Google command to search via google:</p>
@@ -731,4 +706,5 @@
<!-- TODO: add decent examples -->
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -454,6 +454,7 @@
</p>
</description>
</item>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -28,7 +28,6 @@
</description>
</item>
<item>
<tags>:messc :messclear</tags>
<spec>:messc<oa>lear</oa></spec>
@@ -37,7 +36,6 @@
</description>
</item>
<item>
<tags><![CDATA[g<]]></tags>
<strut/>
@@ -84,4 +82,5 @@
</dl>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -422,7 +422,6 @@
</description>
</item>
<item>
<tags>'cpt' 'complete'</tags>
<spec>'complete' 'cpt'</spec>
@@ -454,7 +453,6 @@
</description>
</item>
<item>
<tags>'ds' 'defsearch'</tags>
<spec>'defsearch' 'ds'</spec>
@@ -477,7 +475,6 @@
</description>
</item>
<item>
<tags>'editor'</tags>
<spec>'editor'</spec>
@@ -498,7 +495,6 @@
</description>
</item>
<item>
<tags>'enc' 'encoding'</tags>
<spec>'encoding'</spec>
@@ -512,7 +508,6 @@
</description>
</item>
<item>
<tags>'noeb' 'noerrorbells'</tags>
<tags>'eb' 'errorbells'</tags>
@@ -527,7 +522,6 @@
</description>
</item>
<item>
<tags>'ei' 'eventignore'</tags>
<spec>'eventignore'</spec>
@@ -542,7 +536,6 @@
</description>
</item>
<item>
<tags>'noex' 'noexrc'</tags>
<tags>'ex' 'exrc'</tags>
@@ -558,7 +551,6 @@
</description>
</item>
<item>
<tags>'eht' 'extendedhinttags'</tags>
<spec>'extendedhinttags' 'eht'</spec>
@@ -574,7 +566,6 @@
</description>
</item>
<item>
<tags>'fenc' 'fileencoding'</tags>
<spec>'fileencoding'</spec>
@@ -588,7 +579,6 @@
</description>
</item>
<item>
<tags>'fh' 'followhints'</tags>
<spec>'followhints' 'fh'</spec>
@@ -607,7 +597,6 @@
</description>
</item>
<item>
<tags>'nofs' 'nofullscreen'</tags>
<tags>'fs' 'fullscreen'</tags>
@@ -622,7 +611,6 @@
</description>
</item>
<item>
<tags>'go' 'guioptions'</tags>
<spec>'guioptions' 'go'</spec>
@@ -653,7 +641,6 @@
</description>
</item>
<item>
<tags>'hf' 'helpfile'</tags>
<spec>'helpfile' 'hf'</spec>
@@ -667,7 +654,6 @@
</description>
</item>
<item>
<tags>'hin' 'hintinputs'</tags>
<spec>'hintinputs' 'hin'</spec>
@@ -689,7 +675,6 @@
</description>
</item>
<item>
<tags>'hk' 'hintkeys'</tags>
<spec>'hintkeys' 'hk'</spec>
@@ -706,7 +691,6 @@
</description>
</item>
<item>
<tags>'hm' 'hintmatching'</tags>
<spec>'hintmatching' 'hm'</spec>
@@ -759,7 +743,6 @@
</description>
</item>
<item>
<tags>'ht' 'hinttags'</tags>
<spec>'hinttags' 'ht'</spec>
@@ -775,7 +758,6 @@
</description>
</item>
<item>
<tags>'hto' 'hinttimeout'</tags>
<spec>'hinttimeout' 'hto'</spec>
@@ -790,7 +772,6 @@
</description>
</item>
<item>
<tags>'hi' 'history'</tags>
<spec>'history' 'hi'</spec>
@@ -804,7 +785,6 @@
</description>
</item>
<item>
<tags>'nohls' 'nohlsearch'</tags>
<tags>'hls' 'hlsearch'</tags>
@@ -816,7 +796,6 @@
</description>
</item>
<item>
<tags>'noic' 'noignorecase'</tags>
<tags>'ic' 'ignorecase'</tags>
@@ -828,7 +807,6 @@
</description>
</item>
<item>
<tags>'nois' 'noincsearch'</tags>
<tags>'is' 'incsearch'</tags>
@@ -840,7 +818,6 @@
</description>
</item>
<item>
<tags>'noim' 'noinsertmode'</tags>
<tags>'im' 'insertmode'</tags>
@@ -861,7 +838,6 @@
</description>
</item>
<item>
<tags>'jsd' 'jsdebugger'</tags>
<spec>'jsdebugger' 'jsd'</spec>
@@ -874,7 +850,6 @@
</description>
</item>
<item>
<tags>'ls' 'laststatus'</tags>
<spec>'laststatus' 'ls'</spec>
@@ -895,7 +870,6 @@
</description>
</item>
<item>
<tags>'nolks' 'nolinksearch'</tags>
<tags>'lks' 'linksearch'</tags>
@@ -912,7 +886,6 @@
</description>
</item>
<item>
<tags>'nolpl' 'lpl'</tags>
<tags>'noloadplugins' 'loadplugins'</tags>
@@ -952,7 +925,6 @@
</description>
</item>
<item>
<tags>'maxitems'</tags>
<spec>'maxitems'</spec>
@@ -963,7 +935,6 @@
</description>
</item>
<item>
<tags>'msgs' 'messages'</tags>
<spec>'messages' 'msgs'</spec>
@@ -974,7 +945,6 @@
</description>
</item>
<item>
<tags>'nomore' 'more'</tags>
<spec>'more'</spec>
@@ -988,7 +958,6 @@
</description>
</item>
<item>
<tags>'newtab'</tags>
<spec>'newtab'</spec>
@@ -1017,7 +986,6 @@
</description>
</item>
<item>
<tags>'nextpattern'</tags>
<spec>'nextpattern'</spec>
@@ -1034,7 +1002,6 @@
</description>
</item>
<item>
<tags>'noonline' 'online'</tags>
<spec>'online'</spec>
@@ -1048,7 +1015,6 @@
</description>
</item>
<item>
<tags>'pageinfo' 'pa'</tags>
<spec>'pageinfo' 'pa'</spec>
@@ -1073,7 +1039,6 @@
</description>
</item>
<item>
<tags>'pps' 'popups'</tags>
<spec>'popups' 'pps'</spec>
@@ -1108,7 +1073,6 @@
</description>
</item>
<item>
<tags>'previouspattern'</tags>
<spec>'previouspattern'</spec>
@@ -1125,7 +1089,6 @@
</description>
</item>
<item>
<tags>'noprivate' 'private'</tags>
<spec>'private'</spec>
@@ -1143,7 +1106,6 @@
</description>
</item>
<item>
<tags>$&dactyl.idName;_RUNTIME</tags>
<tags>'rtp' 'runtimepath'</tags>
@@ -1178,7 +1140,6 @@
</description>
</item>
<item>
<tags>'si' 'sanitizeitems'</tags>
<spec>'sanitizeitems' 'si'</spec>
@@ -1193,7 +1154,6 @@
</description>
</item>
<item>
<tags>'sts' 'sanitizetimespan'</tags>
<spec>'sanitizetimespan' 'sts'</spec>
@@ -1217,7 +1177,6 @@
</description>
</item>
<item>
<tags>'scr' 'scroll'</tags>
<spec>'scroll' 'scr'</spec>
@@ -1234,7 +1193,6 @@
</description>
</item>
<item>
<tags>'shell' 'sh'</tags>
<spec>'shell' 'sh'</spec>
@@ -1245,7 +1203,6 @@
</description>
</item>
<item>
<tags>'shellcmdflag' 'shcf'</tags>
<spec>'shellcmdflag' 'shcf'</spec>
@@ -1257,7 +1214,6 @@
</description>
</item>
<item>
<tags>'nosmd' 'noshowmode'</tags>
<tags>'smd' 'showmode'</tags>
@@ -1269,7 +1225,6 @@
</description>
</item>
<item>
<tags>'ssli' 'showstatuslinks'</tags>
<spec>'showstatuslinks' 'ssli'</spec>
@@ -1292,7 +1247,6 @@
</description>
</item>
<item>
<tags>'stal' 'showtabline'</tags>
<spec>'showtabline' 'stal'</spec>
@@ -1311,7 +1265,6 @@
</description>
</item>
<item>
<tags>'noscs' 'nosmartcase'</tags>
<tags>'scs' 'smartcase'</tags>
@@ -1327,7 +1280,6 @@
</description>
</item>
<item>
<tags>'nosf' 'nostrictfocus'</tags>
<tags>'sf' 'strictfocus'</tags>
@@ -1341,7 +1293,6 @@
</description>
</item>
<item>
<tags>'suggestengines'</tags>
<spec>'suggestengines'</spec>
@@ -1355,7 +1306,6 @@
</description>
</item>
<item>
<tags>'titlestring'</tags>
<spec>'titlestring'</spec>
@@ -1370,7 +1320,6 @@
</description>
</item>
<item>
<tags>'urlseparator'</tags>
<spec>'urlseparator'</spec>
@@ -1387,7 +1336,6 @@
</description>
</item>
<item>
<tags>'noum' 'nousermode'</tags>
<tags>'um' 'usermode'</tags>
@@ -1399,7 +1347,6 @@
</description>
</item>
<item>
<tags>'vbs' 'verbose'</tags>
<spec>'verbose' 'vbs'</spec>
@@ -1417,7 +1364,6 @@
</description>
</item>
<item>
<tags>'novb' 'novisualbell'</tags>
<tags>'vb' 'visualbell'</tags>
@@ -1561,4 +1507,5 @@
</item>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -73,7 +73,6 @@
</description>
</item>
<item>
<tags>?</tags>
<spec>?<a>pattern</a><oa>?</oa><k name="CR"/></spec>
@@ -82,7 +81,6 @@
</description>
</item>
<item>
<tags>n</tags>
<spec>n</spec>
@@ -91,7 +89,6 @@
</description>
</item>
<item>
<tags>N</tags>
<spec>N</spec>
@@ -100,7 +97,6 @@
</description>
</item>
<item>
<tags>*</tags>
<spec>*</spec>
@@ -109,7 +105,6 @@
</description>
</item>
<item>
<tags>#</tags>
<spec>#</spec>
@@ -118,7 +113,6 @@
</description>
</item>
<item>
<tags>:noh :nohlsearch</tags>
<strut/>
@@ -133,4 +127,5 @@
</item>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -23,7 +23,6 @@
</description>
</item>
<item>
<spec>:ha<oa>rdcopy</oa><oa>!</oa> ><a>filename</a></spec>
<description>
@@ -33,7 +32,6 @@
</description>
</item>
<h2 tag="&dactyl.host;-print-dialogs">&dactyl.host; printing dialogs</h2>
<p>
@@ -50,4 +48,5 @@
</p>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -32,7 +32,6 @@
</description>
</item>
<item>
<tags>@:</tags>
<strut/>
@@ -42,8 +41,6 @@
</description>
</item>
<h2 tag="macros complex-repeat">Macros</h2>
<item>
@@ -60,7 +57,6 @@
</description>
</item>
<item>
<tags>:macros</tags>
<spec>:mac<oa>ros</oa> <oa>pat</oa></spec>
@@ -72,7 +68,6 @@
</description>
</item>
<item>
<tags>:delmac :delmacros</tags>
<spec>:delmac<oa>ros</oa> <a>pat</a></spec>
@@ -85,7 +80,6 @@
</description>
</item>
<item>
<tags>@</tags>
<spec><oa>count</oa>@<a>a-z0-9</a></spec>
@@ -97,7 +91,6 @@
</description>
</item>
<item>
<tags>@@</tags>
<spec><oa>count</oa>@@</spec>
@@ -106,8 +99,6 @@
</description>
</item>
<h2 tag="using-scripts">Using scripts</h2>
<item>
@@ -156,14 +147,14 @@
and <em>modules</em> objects are accessible to your script as
global variables.
</p>
<p>
Files in <em>~/.&dactyl.name;/plugins</em> may additionally be
accessed in <em>plugins.<a>filename</a></em> where <a>filename</a>
is the last component of the file's path stripped of any
extensions, with all hyphens stripped and any letter following a
hyphen capitalized. So, the file
<em>~/.&dactyl.name;/plugins/foo-bar.js</em> may be accessed as
<em>~/.&dactyl.name;/plugins/foo-bar.js</em> may be accessed as
<em>plugins.fooBar</em>. See also <t>writing-plugins</t>
</p>
@@ -186,7 +177,6 @@
</description>
</item>
<item>
<tags>:lpl :loadplugins</tags>
<strut/>
@@ -204,7 +194,6 @@
</description>
</item>
<item>
<tags>:ru :runtime</tags>
<spec>:runt<oa>ime</oa><oa>!</oa> <a>file</a></spec>
@@ -219,7 +208,6 @@
</description>
</item>
<item>
<tags>:scrip :scriptnames</tags>
<spec>:scrip<oa>tnames</oa></spec>
@@ -228,7 +216,6 @@
</description>
</item>
<item>
<tags>:fini :finish</tags>
<strut/>
@@ -241,7 +228,6 @@
</description>
</item>
<h2 tag="profile profiling">Profiling</h2>
<item>
@@ -265,4 +251,5 @@
</item>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -32,7 +32,6 @@
</description>
</item>
<item>
<tags>++cmd</tags>
<spec>++cmd <a>command</a></spec>
@@ -46,7 +45,6 @@
</description>
</item>
<item>
<tags>+u</tags>
<spec>+u <a>rcfile</a></spec>
@@ -60,7 +58,6 @@
</description>
</item>
<item>
<tags>++noplugin</tags>
<spec>++noplugin</spec>
@@ -69,7 +66,6 @@
</description>
</item>
<h2 tag="initialization startup">Initialization</h2>
<p>At startup, &dactyl.appName; completes the following tasks in order. </p>
@@ -164,7 +160,6 @@
</description>
</item>
<h2 tag="restarting">Restarting</h2>
<item>
@@ -175,7 +170,6 @@
</description>
</item>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -35,7 +35,6 @@
</description>
</item>
<item>
<tags>:hi :highlight</tags>
<spec>:hi<oa>ghlight</oa><oa>!</oa> <a>group</a><oa>selector</oa></spec>
@@ -130,7 +129,6 @@
</description>
</item>
<item>
<tags>:highlight-clear</tags>
<spec>:hi<oa>ghlight</oa> clear <oa>group</oa></spec>
@@ -142,7 +140,6 @@
</description>
</item>
<item>
<tags>:sty :style</tags>
<spec>:sty<oa>le</oa><oa>!</oa> <oa>-name=<a>name</a></oa> <oa>-append</oa> <a>filter</a> <oa>css</oa></spec>
@@ -175,7 +172,6 @@
</description>
</item>
<item>
<tags>:dels :delstyle</tags>
<spec>:dels<oa>tyle</oa> <oa>-name=<a>name</a></oa> <oa>-index=<a>index</a></oa> <oa>filter</oa> <oa>css</oa></spec>
@@ -198,7 +194,6 @@
</description>
</item>
<item>
<tags>:styleenable :stylee</tags>
<tags>:styenable :stye</tags>
@@ -208,7 +203,6 @@
</description>
</item>
<item>
<tags>:styledisable :styled</tags>
<tags>:stydisable :styd</tags>
@@ -218,7 +212,6 @@
</description>
</item>
<item>
<tags>:styletoggle :stylet</tags>
<tags>:stytoggle :styt</tags>
@@ -228,7 +221,6 @@
</description>
</item>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -47,7 +47,6 @@
</description>
</item>
<item>
<tags>:keepa :keepalt</tags>
<spec>:keepa<oa>lt</oa> <a>cmd</a></spec>
@@ -56,7 +55,6 @@
</description>
</item>
<h2 tag="opening-tabs">Opening tabs</h2>
<item>
@@ -71,7 +69,6 @@
</description>
</item>
<item>
<!-- TODO: move this somewhere more appropriate -->
<tags>:window :wind</tags>
@@ -84,7 +81,6 @@
</description>
</item>
<item>
<tags>:tabdu :tabduplicate</tags>
<spec>:<oa>count</oa>tabdu<oa>plicate</oa></spec>
@@ -115,7 +111,6 @@
</description>
</item>
<item>
<tags>gB</tags>
<strut/>
@@ -127,7 +122,6 @@
</description>
</item>
<item>
<tags>gt</tags>
<strut/>
@@ -140,7 +134,6 @@
</description>
</item>
<item>
<tags><![CDATA[<C-PageDown> <C-Tab> <C-n>]]></tags>
<strut/>
@@ -153,7 +146,6 @@
</description>
</item>
<item>
<tags><![CDATA[<C-PageUp> <C-S-Tab> <C-p> gT]]></tags>
<strut/>
@@ -166,7 +158,6 @@
</description>
</item>
<item>
<tags>:tabn :tabnext</tags>
<spec>:<oa>count</oa>tabn<oa>ext</oa> <oa>count</oa></spec>
@@ -182,7 +173,6 @@
</description>
</item>
<item>
<tags>:bN :bNext :bp :bprevious</tags>
<spec>:<oa>count</oa>bp<oa>revious</oa> <oa>count</oa></spec>
@@ -200,7 +190,6 @@
</description>
</item>
<item>
<tags><![CDATA[<C-6> <C-^>]]></tags>
<spec><oa>count</oa>&lt;C-^></spec>
@@ -212,7 +201,6 @@
</description>
</item>
<item>
<tags>b :b :buffer</tags>
<spec>:<oa>count</oa>b<oa>uffer</oa><oa>!</oa> <oa>url|index</oa></spec>
@@ -238,7 +226,6 @@
</description>
</item>
<item>
<tags>g^ g0</tags>
<spec>g0</spec>
@@ -256,7 +243,6 @@
</description>
</item>
<item>
<tags>g$ :bl :blast :tabl :tablast</tags>
<spec>:tabl<oa>ast</oa></spec>
@@ -267,7 +253,6 @@
</description>
</item>
<item>
<tags>:tabde :tabdetach</tags>
<strut/>
@@ -281,7 +266,6 @@
</description>
</item>
<item>
<tags>:taba :tabattach</tags>
<spec>:taba<oa>ttach</oa> <a>window-index</a> <oa>buffer-index</oa></spec>
@@ -296,7 +280,6 @@
</description>
</item>
<h2 tag="reordering-tabs">Reordering tabs</h2>
<item>
@@ -314,8 +297,6 @@
</description>
</item>
<h2 tag="closing-tabs">Closing tabs</h2>
<item>
@@ -338,7 +319,6 @@
</description>
</item>
<item>
<tags>D</tags>
<spec><oa>count</oa>D</spec>
@@ -347,7 +327,6 @@
</description>
</item>
<item>
<tags>:tabo :tabonly</tags>
<spec>:tabo<oa>nly</oa></spec>
@@ -356,7 +335,6 @@
</description>
</item>
<item>
<tags>u :u :undo</tags>
<spec>:<oa>count</oa>u<oa>ndo</oa> <oa>url</oa></spec>
@@ -370,7 +348,6 @@
</description>
</item>
<item>
<tags>:undoa :undoall</tags>
<spec>:undoa<oa>ll</oa></spec>
@@ -379,8 +356,6 @@
</description>
</item>
<h2 tag="looping-over-tabs">Looping over tabs</h2>
<item>
@@ -400,6 +375,6 @@
</description>
</item>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -30,7 +30,6 @@
</description>
</item>
<item>
<tags>:norm :normal</tags>
<spec>:norm<oa>al</oa><oa>!</oa> <a>keys</a></spec>
@@ -45,7 +44,6 @@
</description>
</item>
<item>
<tags><![CDATA[<C-l> CTRL-L :redr :redraw]]></tags>
<strut/>
@@ -55,7 +53,6 @@
</description>
</item>
<item>
<tags>:run :! :!cmd</tags>
<strut/>
@@ -70,7 +67,6 @@
</description>
</item>
<item>
<tags>:!!</tags>
<spec>:!!</spec>
@@ -79,7 +75,6 @@
</description>
</item>
<item>
<tags>:sil :silent</tags>
<spec>:sil<oa>ent</oa> <a>command</a></spec>
@@ -92,7 +87,6 @@
</description>
</item>
<item>
<tags>:verb :verbose</tags>
<spec>:<oa>count</oa>verb<oa>ose</oa> <a>command</a></spec>
@@ -104,7 +98,6 @@
</description>
</item>
<item>
<tags>:ve :version</tags>
<strut/>
@@ -221,7 +214,6 @@
</description>
</item>
<h2 tag="online-help">Online help</h2>
<item>
@@ -238,7 +230,6 @@
</description>
</item>
<item>
<tags>:helpall :helpa help-all</tags>
<spec>:helpa<oa>ll</oa> <oa>subject</oa></spec>
@@ -249,7 +240,6 @@
</description>
</item>
<item>
<tags>:exu :exusage</tags>
<spec>:exu<oa>sage</oa><oa>!</oa></spec>
@@ -261,7 +251,6 @@
</description>
</item>
<item>
<tags>:optionu :optionusage</tags>
<spec>:optionu<oa>sage</oa><oa>!</oa></spec>
@@ -273,7 +262,6 @@
</description>
</item>
<item>
<tags>:viu :viusage</tags>
<spec>:viu<oa>sage</oa><oa>!</oa></spec>
@@ -285,8 +273,6 @@
</description>
</item>
<tags>42</tags>
<p>
@@ -295,7 +281,6 @@
unfortunately. So now you might wonder what the meaning of death is...
</p>
<h2 tag="uncategorized">Uncategorized help</h2>
<item>
@@ -310,7 +295,6 @@
</description>
</item>
<item>
<tags><![CDATA[<Insert> i]]></tags>
<strut/>
@@ -324,6 +308,6 @@
</description>
</item>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -74,7 +74,7 @@
* Page zoom information is now shown in the status bar, and
change in zoom status no longer appears in :messages.
* Added ZO, ZI, ZM, and ZR as aliases for zO, zI, zM, and zR.
* Completion list now behaves better when the multi-line output
* Completion list now behaves better when the multi-line output
window is displayed.
* Major help system improvements:
- Plugins may now provide full-fledged ':help' documentation.

View File

@@ -178,4 +178,5 @@
</p>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -343,10 +343,8 @@
<em>Tutorial</em> link to return.
</p>
<!-- TODO: other sections? -->
<h2 tag="removal">Get me out of here!</h2>
<p>
@@ -365,7 +363,6 @@
as above, with <ex>:set go+=m</ex>, and select <em>Add-ons</em> from the <em>Tools</em> menu.
</p>
<h2 tag="support">I'm interested… but lost!</h2>
<p>
@@ -386,4 +383,5 @@
</p>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -174,6 +174,6 @@ or <ex>:help :set</ex>.
<link topic="http://code.google.com/p/dactyl/issues/list">issue tracker</link>.
</p>
</document>
<!-- vim:se sts=4 sw=4 et: -->

View File

@@ -1,4 +1,4 @@
# Songbird
# Songbird
content xulmus content/
skin xulmus classic/1.0 skin/
locale xulmus en-US locale/en-US/

View File

@@ -44,9 +44,9 @@
<spec>:displaypane <a>pane</a></spec>
<description>
<p>
Open the specified display pane. <a>pane</a> is any of "service
pane left", "service pane bottom", "content pane bottom" or "right
sidebar".
Open the specified display pane. <a>pane</a> is any of "service
pane left", "service pane bottom", "content pane bottom" or "right
sidebar".
</p>
</description>
</item>

View File

@@ -29,7 +29,6 @@
</description>
</item>
<item>
<tags>p_z :playerpr :playerprev</tags>
<spec>:playerpr<oa>ev</oa></spec>
@@ -41,7 +40,6 @@
</description>
</item>
<item>
<tags>p_b :playern :playernext</tags>
<spec>:playern<oa>ext</oa></spec>
@@ -53,7 +51,6 @@
</description>
</item>
<item>
<tags>p_c :playerpa :playerpause</tags>
<spec>:playerpa<oa>use</oa></spec>
@@ -65,7 +62,6 @@
</description>
</item>
<item>
<tags>p_v :playerps :playerstop</tags>
<spec>:playerps<oa>top</oa></spec>
@@ -77,7 +73,6 @@
</description>
</item>
<item>
<tags>p_x</tags>
<spec>x</spec>
@@ -88,7 +83,6 @@
</description>
</item>
<item>
<tags>p_r</tags>
<spec>r</spec>
@@ -99,7 +93,6 @@
</description>
</item>
<item>
<tags>p_i</tags>
<spec>i</spec>
@@ -110,7 +103,6 @@
</description>
</item>
<h2 tag="queue queueing">Queueing tracks</h2>
<item>
@@ -128,7 +120,6 @@
</description>
</item>
<h2 tag="filter filtering">Filtering the library</h2>
<item>
@@ -145,7 +136,6 @@
</description>
</item>
<h2 tag="seeking">Seeking to a track position</h2>
<item>
@@ -158,7 +148,6 @@
</description>
</item>
<item>
<tags><![CDATA[p_<Right> p_l]]></tags>
<spec><oa>count</oa>l</spec>
@@ -169,7 +158,6 @@
</description>
</item>
<item>
<tags><![CDATA[p_<S-Left> p_H]]></tags>
<spec><oa>count</oa>H</spec>
@@ -180,7 +168,6 @@
</description>
</item>
<item>
<tags><![CDATA[p_<S-Right> p_L]]></tags>
<spec><oa>count</oa>L</spec>
@@ -191,7 +178,6 @@
</description>
</item>
<item>
<tags>:see :seek</tags>
<spec>:see<oa>k</oa> <a>[HH:]MM:SS]</a></spec>
@@ -209,7 +195,6 @@
</description>
</item>
<h2 tag="volume">Adjusting the volume</h2>
<item>
@@ -223,7 +208,6 @@
</description>
</item>
<item>
<tags>p_-</tags>
<spec>-</spec>
@@ -234,7 +218,6 @@
</description>
</item>
<item>
<tags>:vol :volume</tags>
<spec>vol<oa>[ume]</oa> <a>value</a></spec>
@@ -247,7 +230,6 @@
</description>
</item>
<h2 tag="playlists">Managing playlists</h2>
<item>
@@ -261,7 +243,6 @@
</description>
</item>
<h2 tag="media-view view">Changing media views</h2>
<item>
@@ -275,7 +256,6 @@
</description>
</item>
<h2 tag="search">Search commands</h2>
<item>
@@ -289,7 +269,6 @@
</description>
</item>
<!--
<item>
<tags>p_?</tags>
@@ -303,7 +282,6 @@
</item>
-->
<item>
<tags>p_n</tags>
<spec>n</spec>
@@ -315,7 +293,6 @@
</description>
</item>
<item>
<tags>p_N</tags>
<spec>N</spec>
@@ -328,7 +305,6 @@
</description>
</item>
<h2 tag="rating">Rating tracks</h2>
<item>
@@ -346,7 +322,6 @@
</description>
</item>
</document>
<!-- vim:se sts=4 sw=4 et: -->