mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-06 08:45:46 +01:00
Fix help file validation errors.
This commit is contained in:
@@ -91,6 +91,6 @@ Enable _passthrough_ mode on *some* Google sites:
|
||||
Set the filetype to mail when editing email at Gmail:
|
||||
|
||||
\{nbsp}[c]:autocmd LocationChange .* :set editor=gvim\ -f[c] +
|
||||
\{nbsp}[c]:autocmd LocationChange mail\.google\.com :set editor="gvim -f -c 'set ft=mail'"[c]
|
||||
\{nbsp}[c]:autocmd LocationChange mail\.google\.com :set editor="gvim -f -c $$'set ft=mail'$$"[c]
|
||||
|
||||
// vim: set filetype=asciidoc:
|
||||
|
||||
@@ -23,7 +23,7 @@ ________________________________________________________________________________
|
||||
|:pa| |:pageinfo| +
|
||||
||:pa[geinfo]||
|
||||
________________________________________________________________________________
|
||||
Show various page information. See [c]:help 'pageinfo'[c] for available options.
|
||||
Show various page information. See [c]:help $$'pageinfo'$$[c] for available options.
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|
||||
@@ -30,8 +30,8 @@ is displayed as:
|
||||
class="hiddentag">:help</span> <span class="hiddentag">:h</span> <span
|
||||
class="hiddentag">help</span>
|
||||
|
||||
<div class="key">:h[elp] <span class="argument">{subject}</span></div><br />
|
||||
<div class="key"><F1></div></p>
|
||||
<span class="key">:h[elp] <span class="argument">{subject}</span></span><br />
|
||||
<span class="key"><F1></span></p>
|
||||
<div class="quoteblock">
|
||||
<div class="quoteblock-content">
|
||||
<p>Open help window.
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
logo:[]
|
||||
|
||||
+++<div style="text-align: center;">+++
|
||||
*First there was a Navigator, then there was an Explorer.
|
||||
++++++
|
||||
<p style="text-align: center; font-weight: bold;">
|
||||
First there was a Navigator, then there was an Explorer.
|
||||
Later it was time for a Konqueror. Now it's time for an Imperator, the
|
||||
VIMperator :)*
|
||||
+++</div>+++
|
||||
VIMperator :)
|
||||
</p>
|
||||
++++++
|
||||
|
||||
heading::Introduction[intro]
|
||||
|
||||
|
||||
@@ -129,7 +129,8 @@ Below is an overview of which modes each map command applies to:
|
||||
:imap :inoremap :iunmap :imapclear - Insert mode
|
||||
:cmap :cnoremap :cunmap :cmapclear - Command-line mode
|
||||
|
||||
subsection::Key{nbsp}sequences[:<>,key-sequence]
|
||||
// |<>| breaks doc validation
|
||||
subsection::Key{nbsp}sequences[key-notation,key-sequence]
|
||||
|
||||
For most keys, the key-sequence is the same as the character you see when you
|
||||
type that key, however there are some exceptions which allow for a much larger
|
||||
|
||||
@@ -2,10 +2,12 @@
|
||||
|
||||
heading::Quick-start{nbsp}tutorial[tutorial]
|
||||
|
||||
+++<div style="text-align: center;">+++
|
||||
*This is a quickstart tutorial to help get new users up and running in
|
||||
Vimperator. It is not intended as a full reference explaining all features.*
|
||||
+++</div>+++
|
||||
++++++
|
||||
<p style="text-align: center; font-weight: bold;">
|
||||
This is a quickstart tutorial to help get new users up and running in
|
||||
Vimperator. It is not intended as a full reference explaining all features.
|
||||
</p>
|
||||
++++++
|
||||
|
||||
If you've started using Vimperator from scratch (i.e., without any
|
||||
customization), you should be looking at this help page in a relatively
|
||||
|
||||
@@ -304,7 +304,7 @@ td span.tag {
|
||||
padding-top: 25px !important;
|
||||
}
|
||||
|
||||
div.key {
|
||||
span.key {
|
||||
color: rgb(255, 0, 255); /* magenta */
|
||||
min-width: 120px; /* with 20px padding actually 140px */
|
||||
/*padding-bottom: 5px;*/
|
||||
|
||||
Reference in New Issue
Block a user