1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-18 18:33:34 +02:00

A number of minor fixes in help files.

Mostly typos/omissions/markup errors, more remarkable e. g. changing
'b' to 'B' in tutorial reflecting a change from 1.2.
Also uncommented [macros] section in asciidoc.conf (is that right?).

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
This commit is contained in:
Štěpán Němec
2009-02-17 04:57:27 +01:00
committed by Doug Kearns
parent 7b9dfd2070
commit 926355a7ec
15 changed files with 74 additions and 74 deletions

View File

@@ -7,7 +7,7 @@ Vimperator can repeat a number of commands and record macros.
section:Macros[macros,complex-repeat]
|q|
||q {0-9a-zA-Z}|| +
||q{0-9a-zA-Z}|| +
____________________________________________________________________________
Record a key sequence into a macro.
Available macros are {0-9a-zA-Z} (uppercase to append).
@@ -49,7 +49,7 @@ ____________________________________________________________________________
|.|
||[count].|
||[count].||
____________________________________________________________________________
Repeat the last keyboard mapping [count] times. Note that, unlike in Vim, this
does not apply solely to editing commands, mainly because Vimperator doesn't
@@ -104,7 +104,7 @@ ________________________________________________________________________________
|:ru| |:runtime|
||:runt[ime][!]| {file} ...|| +
||:runt[ime][!] {file} ...|| +
________________________________________________________________________________
Source the specified file from each directory in 'runtimepath'. Example: +
[c]:runtime plugin/foobar.vimp[c] +