mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 19:55:46 +01:00
Some miscellaneous help fixes.
This commit is contained in:
@@ -41,7 +41,7 @@ ________________________________________________________________________________
|
|||||||
|
|
||||||
|:js| |:javas| |:javascript|
|
|:js| |:javas| |:javascript|
|
||||||
||:javas[cript] {cmd}|| +
|
||:javas[cript] {cmd}|| +
|
||||||
||:javascript <<{endpattern}\n{empty}{script}\n{empty}{endpattern} || +
|
||:javascript <<{endpattern}\n{empty}{script}\n{empty}{endpattern}|| +
|
||||||
||:javascript[!]||
|
||:javascript[!]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Run any JavaScript command through eval(). Acts as a JavaScript interpreter by
|
Run any JavaScript command through eval(). Acts as a JavaScript interpreter by
|
||||||
|
|||||||
@@ -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
|
'insertmode' is set, focusing on a text area immediately switches to
|
||||||
Insert mode.
|
Insert mode.
|
||||||
|
|
||||||
|i| +
|
|i_i| +
|
||||||
||i||
|
||i_i||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Starts Insert mode in text areas when 'insertmode' is not set.
|
Starts Insert mode in text areas when 'insertmode' is not set.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ Keys can be mapped in four distinct modes:
|
|||||||
* Normal mode: When browsing normally --
|
* Normal mode: When browsing normally --
|
||||||
* Visual mode: When selecting text with the cursor keys --
|
* Visual mode: When selecting text with the cursor keys --
|
||||||
* Insert mode: When interacting with text fields on a website --
|
* 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
|
Warning: Mappings are NOT saved between sessions, make sure you put them in your
|
||||||
vimperatorrc file!
|
vimperatorrc file!
|
||||||
@@ -85,30 +85,25 @@ Remove all mappings for the applicable mode(s). All user-defined mappings are
|
|||||||
cleared.
|
cleared.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|:map|
|
|
||||||
||:map|| +
|
||:map|| +
|
||||||
|:nm| |:nmap|
|
|
||||||
||:nm[ap]|| +
|
||:nm[ap]|| +
|
||||||
|:vm| |:vmap|
|
|
||||||
||:vm[ap]|| +
|
||:vm[ap]|| +
|
||||||
|:im| |:imap|
|
|
||||||
||:im[ap]|| +
|
||:im[ap]|| +
|
||||||
|:cm| |:cmap|
|
|
||||||
||:cm[ap]|| +
|
||:cm[ap]|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
List all mappings for the applicable mode(s).
|
List all mappings for the applicable mode(s).
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:map|
|
|:map_l|
|
||||||
||:map {lhs}|| +
|
||:map {lhs}|| +
|
||||||
|:nm| |:nmap|
|
|:nmap_l|
|
||||||
||:nm[ap] {lhs}|| +
|
||:nm[ap] {lhs}|| +
|
||||||
|:vm| |:vmap|
|
|:vmap_l|
|
||||||
||:vm[ap] {lhs}|| +
|
||:vm[ap] {lhs}|| +
|
||||||
|:im| |:imap|
|
|:imap_l|
|
||||||
||:im[ap] {lhs}|| +
|
||:im[ap] {lhs}|| +
|
||||||
|:cm| |:cmap|
|
|:cmap_l|
|
||||||
||:cm[ap] {lhs}|| +
|
||:cm[ap] {lhs}|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
List all mappings starting with {lhs} for the applicable mode(s).
|
List all mappings starting with {lhs} for the applicable mode(s).
|
||||||
|
|||||||
@@ -264,7 +264,7 @@ raw [a][arg][a].
|
|||||||
____
|
____
|
||||||
|
|
||||||
|
|
||||||
|\'editor'| |i_<C-i>|
|
|\'editor'|
|
||||||
||'editor'|| string (default: "gvim -f")
|
||'editor'|| string (default: "gvim -f")
|
||||||
____
|
____
|
||||||
Set the external text editor.
|
Set the external text editor.
|
||||||
@@ -738,7 +738,7 @@ ____
|
|||||||
|
|
||||||
|
|
||||||
|\'suggestengines'|
|
|\'suggestengines'|
|
||||||
||'suggestengines' || stringlist (default: "google")
|
||'suggestengines'|| stringlist (default: "google")
|
||||||
____
|
____
|
||||||
Set the search engines which can be used for completion suggestions.
|
Set the search engines which can be used for completion suggestions.
|
||||||
Add "S" to the 'complete' option if you want to use this feature.
|
Add "S" to the 'complete' option if you want to use this feature.
|
||||||
|
|||||||
@@ -22,10 +22,12 @@ ________________________________________________________________________________
|
|||||||
Execute {cmd} and tell it to output in a new tab. Works only for commands that
|
Execute {cmd} and tell it to output in a new tab. Works only for commands that
|
||||||
support it, currently:
|
support it, currently:
|
||||||
|
|
||||||
* [c]:tab help[c]
|
|
||||||
* [c]:tab prefs[!][c]
|
|
||||||
* [c]:tab addons[c]
|
* [c]:tab addons[c]
|
||||||
* [c]:tab downloads[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 | +
|
|:window| |:wind | +
|
||||||
||:wind[ow] {cmd}||
|
||:wind[ow] {cmd}||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Execute {cmd} and tell it to output in a new window. Works only for commands
|
Execute {cmd} and tell it to output in a new window. See [c]:tab[c] for the
|
||||||
that support it, currently:
|
list of supported commands.
|
||||||
|
|
||||||
* [c]:tab help[c]
|
|
||||||
* [c]:tab prefs[!][c]
|
|
||||||
* [c]:tab addons[c]
|
|
||||||
* [c]:tab downloads[c]
|
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ ________________________________________________________________________________
|
|||||||
|
|
||||||
|:js| |:javas| |:javascript|
|
|:js| |:javas| |:javascript|
|
||||||
||:javas[cript] {cmd}|| +
|
||:javas[cript] {cmd}|| +
|
||||||
||:javascript <<{endpattern}\n{empty}{script}\n{empty}{endpattern} || +
|
||:javascript <<{endpattern}\n{empty}{script}\n{empty}{endpattern}|| +
|
||||||
||:javascript[!]||
|
||:javascript[!]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Run any JavaScript command through eval(). Acts as a JavaScript interpreter by
|
Run any JavaScript command through eval(). Acts as a JavaScript interpreter by
|
||||||
|
|||||||
@@ -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
|
'insertmode' is set, focusing on a text area immediately switches to
|
||||||
Insert mode.
|
Insert mode.
|
||||||
|
|
||||||
|i| +
|
|i_i| +
|
||||||
||i||
|
||i_i||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Starts Insert mode in text areas when 'insertmode' is not set.
|
Starts Insert mode in text areas when 'insertmode' is not set.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|||||||
@@ -16,7 +16,8 @@ Keys can be mapped in four distinct modes:
|
|||||||
* Normal mode: When browsing normally --
|
* Normal mode: When browsing normally --
|
||||||
* Visual mode: When selecting text with the cursor keys --
|
* Visual mode: When selecting text with the cursor keys --
|
||||||
* Insert mode: When interacting with text fields on a website --
|
* Insert mode: When interacting with text fields on a website --
|
||||||
* Command-line mode: When typing into the Xulmus command line. --
|
* Command-line mode: When typing into the Xulmus command line --
|
||||||
|
* Player mode: When the main player tab is active --
|
||||||
|
|
||||||
Warning: Mappings are NOT saved between sessions, make sure you put them in your
|
Warning: Mappings are NOT saved between sessions, make sure you put them in your
|
||||||
xulmusrc file!
|
xulmusrc file!
|
||||||
@@ -33,6 +34,8 @@ subsection::Map{nbsp}commands[:map-commands]
|
|||||||
||:im[ap] {lhs} {rhs}|| +
|
||:im[ap] {lhs} {rhs}|| +
|
||||||
|:cm| |:cmap|
|
|:cm| |:cmap|
|
||||||
||:cm[ap] {lhs} {rhs}|| +
|
||:cm[ap] {lhs} {rhs}|| +
|
||||||
|
|:pm| |:pmap|
|
||||||
|
||:pm[ap] {lhs} {rhs}|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Map the [j]key-sequence[j] {lhs} to {rhs} for the applicable mode(s). The {rhs} is
|
Map the [j]key-sequence[j] {lhs} to {rhs} for the applicable mode(s). The {rhs} is
|
||||||
remapped, allowing for nested and recursive mappings.
|
remapped, allowing for nested and recursive mappings.
|
||||||
@@ -49,6 +52,8 @@ ________________________________________________________________________________
|
|||||||
||:ino[remap] {lhs} {rhs}|| +
|
||:ino[remap] {lhs} {rhs}|| +
|
||||||
|:cno| |:cnoremap|
|
|:cno| |:cnoremap|
|
||||||
||:cno[remap] {lhs} {rhs}|| +
|
||:cno[remap] {lhs} {rhs}|| +
|
||||||
|
|:pno| |:pnoremap|
|
||||||
|
||:pno[remap] {lhs} {rhs}|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Map the [j]key-sequence[j] {lhs} to {rhs} for the applicable mode(s). No remapping of
|
Map the [j]key-sequence[j] {lhs} to {rhs} for the applicable mode(s). No remapping of
|
||||||
the {rhs} is performed.
|
the {rhs} is performed.
|
||||||
@@ -65,6 +70,8 @@ ________________________________________________________________________________
|
|||||||
||:iu[nmap] {lhs} {rhs}|| +
|
||:iu[nmap] {lhs} {rhs}|| +
|
||||||
|:cu| |:cunmap|
|
|:cu| |:cunmap|
|
||||||
||:cu[nmap] {lhs} {rhs}|| +
|
||:cu[nmap] {lhs} {rhs}|| +
|
||||||
|
|:pu| |:cunmap|
|
||||||
|
||:pu[nmap] {lhs} {rhs}|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Remove the mapping of {lhs} for the applicable mode(s).
|
Remove the mapping of {lhs} for the applicable mode(s).
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -80,36 +87,36 @@ ________________________________________________________________________________
|
|||||||
||:imapc[lear]|| +
|
||:imapc[lear]|| +
|
||||||
|:cmapc| |:cmapclear|
|
|:cmapc| |:cmapclear|
|
||||||
||:cmapc[lear]|| +
|
||:cmapc[lear]|| +
|
||||||
|
|:pmapc| |:pmapclear|
|
||||||
|
||:pmapc[lear]|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Remove all mappings for the applicable mode(s). All user-defined mappings are
|
Remove all mappings for the applicable mode(s). All user-defined mappings are
|
||||||
cleared.
|
cleared.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|:map|
|
|
||||||
||:map|| +
|
||:map|| +
|
||||||
|:nm| |:nmap|
|
|
||||||
||:nm[ap]|| +
|
||:nm[ap]|| +
|
||||||
|:vm| |:vmap|
|
|
||||||
||:vm[ap]|| +
|
||:vm[ap]|| +
|
||||||
|:im| |:imap|
|
|
||||||
||:im[ap]|| +
|
||:im[ap]|| +
|
||||||
|:cm| |:cmap|
|
|
||||||
||:cm[ap]|| +
|
||:cm[ap]|| +
|
||||||
|
||:pm[ap]|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
List all mappings for the applicable mode(s).
|
List all mappings for the applicable mode(s).
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:map|
|
|:map_l|
|
||||||
||:map {lhs}|| +
|
||:map {lhs}|| +
|
||||||
|:nm| |:nmap|
|
|:nmap_l|
|
||||||
||:nm[ap] {lhs}|| +
|
||:nm[ap] {lhs}|| +
|
||||||
|:vm| |:vmap|
|
|:vmap_l|
|
||||||
||:vm[ap] {lhs}|| +
|
||:vm[ap] {lhs}|| +
|
||||||
|:im| |:imap|
|
|:imap_l|
|
||||||
||:im[ap] {lhs}|| +
|
||:im[ap] {lhs}|| +
|
||||||
|:cm| |:cmap|
|
|:cmap_l|
|
||||||
||:cm[ap] {lhs}|| +
|
||:cm[ap] {lhs}|| +
|
||||||
|
|:pmap_l|
|
||||||
|
||:pm[ap] {lhs}|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
List all mappings starting with {lhs} for the applicable mode(s).
|
List all mappings starting with {lhs} for the applicable mode(s).
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|||||||
@@ -263,7 +263,7 @@ raw [a][arg][a].
|
|||||||
____
|
____
|
||||||
|
|
||||||
|
|
||||||
|\'editor'| |i_<C-i>|
|
|\'editor'|
|
||||||
||'editor'|| string (default: "gvim -f")
|
||'editor'|| string (default: "gvim -f")
|
||||||
____
|
____
|
||||||
Set the external text editor.
|
Set the external text editor.
|
||||||
@@ -746,7 +746,7 @@ ____
|
|||||||
|
|
||||||
|
|
||||||
|\'suggestengines'|
|
|\'suggestengines'|
|
||||||
||'suggestengines' || stringlist (default: "google")
|
||'suggestengines'|| stringlist (default: "google")
|
||||||
____
|
____
|
||||||
Set the search engines which can be used for completion suggestions.
|
Set the search engines which can be used for completion suggestions.
|
||||||
Add "S" to the 'complete' option if you want to use this feature.
|
Add "S" to the 'complete' option if you want to use this feature.
|
||||||
|
|||||||
@@ -22,10 +22,12 @@ ________________________________________________________________________________
|
|||||||
Execute {cmd} and tell it to output in a new tab. Works only for commands that
|
Execute {cmd} and tell it to output in a new tab. Works only for commands that
|
||||||
support it, currently:
|
support it, currently:
|
||||||
|
|
||||||
* [c]:tab help[c]
|
|
||||||
* [c]:tab prefs[!][c]
|
|
||||||
* [c]:tab addons[c]
|
* [c]:tab addons[c]
|
||||||
* [c]:tab downloads[c]
|
* [c]:tab downloads[c]
|
||||||
|
* [c]:tab extoptions[c]
|
||||||
|
* [c]:tab help[c]
|
||||||
|
* [c]:tab javascript![c]
|
||||||
|
* [c]:tab preferences![c]
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user