1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-25 02:13:46 +01:00

Standardize formatting of :set examples in :help.

This commit is contained in:
Kris Maglione
2010-12-17 09:04:46 -05:00
parent 7386117f00
commit 714870525e
6 changed files with 47 additions and 22 deletions

View File

@@ -27,13 +27,13 @@
navigation, and tool bars by default. If you find it uncomfortable to work
without them, you can re-enable them by typing
</p>
<code><ex>:set</ex> <link topic="'guioptions'"><hl key="HelpOpt">guioptions</hl></link><hl key="HelpEx">+=mT</hl><k name="Return"/></code>
<set opt="guioptions" op="+="><str delim="">mT</str><k name="Return"/></set>
<p>
If you have trouble remembering commands or keyboard shortcuts, you can
bring up this help page at any time by typing <ex>:help</ex> or
<k name="F1"/>. If you find that you don't like &dactyl.appName; at all,
you can disable it by typing <ex>:extdisable &dactyl.appName;</ex> or
delete it entirely by typing <ex>:extdelete &dactyl.appName;</ex>
you can disable it by typing <ex>:extdisable <str delim="">&dactyl.appName;</str></ex> or
delete it entirely by typing <ex>:extdelete <str delim="">&dactyl.appName;</str></ex>
</p>
<h2 tag="overview">Help topics</h2>
@@ -151,7 +151,7 @@
<li>Hit-a-hint like navigation of links (start with <k>f</k> to follow a link)</li>
<li>Advanced completion of bookmark and history URLs</li>
<li>Vim-like status line with a Wget-like progress bar</li>
<li>Minimal GUI (easily hide superfluous menubar and toolbar with <ex>:set guioptions=</ex>)</li>
<li>Minimal GUI (easily hide superfluous menubar and toolbar with <se opt="guioptions"/>)</li>
<li>Ability to <ex>:source</ex> JavaScript, CSS, and &dactyl.appName; command files</li>
<li>Easy quick searches (see <ex>:open</ex>)</li>
<li>Count supported for many commands (<em>3</em><k name="C-o"/> will go back 3 pages)</li>

View File

@@ -26,7 +26,7 @@
regain these by issuing the command
</p>
<code><ex>:set go+=mTB<k name="CR"/></ex></code>
<set opt="go+"><str delim="">mTB</str><k name="CR"/></set>
<p>
where <k name="CR"/> represents pressing the <k name="Enter"/> or <k name="Return"/> key.
@@ -36,8 +36,8 @@
<p>
However, in this author's opinion, the best way to get familiar with
&dactyl.appName; is to leave these disabled for now. (The above action can be
reversed with <ex>:set go=<k name="CR"/></ex>) You can look at the entry for <o>guioptions</o> in
<t>options</t> for more information on this.
reversed with <se opt="go" op="&amp;"/><k name="CR"/>) You can look at the entry
for <o>guioptions</o> in <t>options</t> for more information on this.
</p>
<h2 tag="modal">&dactyl.appName;'s modal interface</h2>
@@ -360,7 +360,7 @@
<p>
Alternatively, you can do this the old-fashioned way: re-enable the menubar,
as above, with <ex>:set go+=m</ex>, and select <em>Add-ons</em> from the <em>Tools</em> menu.
as above, with <se opt="go" op="+=">m</se>, and select <em>Add-ons</em> from the <em>Tools</em> menu.
</p>
<h2 tag="support">I'm interested… but lost!</h2>