1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-26 23:45:45 +01:00

Some miscellaneous help fixes.

This commit is contained in:
Doug Kearns
2009-08-12 19:42:35 +10:00
parent fbba9bd5f2
commit f9436047b1
10 changed files with 44 additions and 43 deletions

View File

@@ -41,7 +41,7 @@ ________________________________________________________________________________
|:js| |:javas| |:javascript|
||:javas[cript] {cmd}|| +
||:javascript <<{endpattern}\n{empty}{script}\n{empty}{endpattern} || +
||:javascript <<{endpattern}\n{empty}{script}\n{empty}{endpattern}|| +
||:javascript[!]||
________________________________________________________________________________
Run any JavaScript command through eval(). Acts as a JavaScript interpreter by

View File

@@ -4,8 +4,8 @@ Insert mode is used to enter text in text boxes and text areas. When
'insertmode' is set, focusing on a text area immediately switches to
Insert mode.
|i| +
||i||
|i_i| +
||i_i||
________________________________________________________________________________
Starts Insert mode in text areas when 'insertmode' is not set.
________________________________________________________________________________

View File

@@ -16,7 +16,7 @@ Keys can be mapped in four distinct modes:
* Normal mode: When browsing normally --
* Visual mode: When selecting text with the cursor keys --
* Insert mode: When interacting with text fields on a website --
* Command-line mode: When typing into the Vimperator command line. --
* Command-line mode: When typing into the Vimperator command line --
Warning: Mappings are NOT saved between sessions, make sure you put them in your
vimperatorrc file!
@@ -85,30 +85,25 @@ Remove all mappings for the applicable mode(s). All user-defined mappings are
cleared.
________________________________________________________________________________
|:map|
||:map|| +
|:nm| |:nmap|
||:nm[ap]|| +
|:vm| |:vmap|
||:vm[ap]|| +
|:im| |:imap|
||:im[ap]|| +
|:cm| |:cmap|
||:cm[ap]|| +
________________________________________________________________________________
List all mappings for the applicable mode(s).
________________________________________________________________________________
|:map|
|:map_l|
||:map {lhs}|| +
|:nm| |:nmap|
|:nmap_l|
||:nm[ap] {lhs}|| +
|:vm| |:vmap|
|:vmap_l|
||:vm[ap] {lhs}|| +
|:im| |:imap|
|:imap_l|
||:im[ap] {lhs}|| +
|:cm| |:cmap|
|:cmap_l|
||:cm[ap] {lhs}|| +
________________________________________________________________________________
List all mappings starting with {lhs} for the applicable mode(s).

View File

@@ -264,7 +264,7 @@ raw [a][arg][a].
____
|\'editor'| |i_<C-i>|
|\'editor'|
||'editor'|| string (default: "gvim -f")
____
Set the external text editor.
@@ -738,7 +738,7 @@ ____
|\'suggestengines'|
||'suggestengines' || stringlist (default: "google")
||'suggestengines'|| stringlist (default: "google")
____
Set the search engines which can be used for completion suggestions.
Add "S" to the 'complete' option if you want to use this feature.

View File

@@ -22,10 +22,12 @@ ________________________________________________________________________________
Execute {cmd} and tell it to output in a new tab. Works only for commands that
support it, currently:
* [c]:tab help[c]
* [c]:tab prefs[!][c]
* [c]:tab addons[c]
* [c]:tab downloads[c]
* [c]:tab extoptions[c]
* [c]:tab help[c]
* [c]:tab javascript![c]
* [c]:tab preferences![c]
________________________________________________________________________________
@@ -33,13 +35,8 @@ ________________________________________________________________________________
|:window| |:wind | +
||:wind[ow] {cmd}||
________________________________________________________________________________
Execute {cmd} and tell it to output in a new window. Works only for commands
that support it, currently:
* [c]:tab help[c]
* [c]:tab prefs[!][c]
* [c]:tab addons[c]
* [c]:tab downloads[c]
Execute {cmd} and tell it to output in a new window. See [c]:tab[c] for the
list of supported commands.
________________________________________________________________________________