mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-25 15:15:45 +01:00
Fix some missed references to Firefox and Vimperator in the help.
This commit is contained in:
@@ -28,7 +28,7 @@ ________________________________________________________________________________
|
|||||||
|
|
||||||
|
|
||||||
|:dia| |:dialog|
|
|:dia| |:dialog|
|
||||||
||:dia[log] [a][firefox-dialog][a]|| +
|
||:dia[log] [a][songbird-dialog][a]|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Open a Songbird dialog.
|
Open a Songbird dialog.
|
||||||
|
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ Map the key sequence {lhs} to {rhs}. The {rhs} is remapped, allowing for
|
|||||||
nested and recursive mappings.
|
nested and recursive mappings.
|
||||||
|
|
||||||
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!
|
xulmusrc file!
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
@@ -71,7 +71,7 @@ Map the key sequence {lhs} to {rhs} (in Command-line mode). The {rhs} is
|
|||||||
remapped, allowing for nested and recursive mappings.
|
remapped, allowing for nested and recursive mappings.
|
||||||
|
|
||||||
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!
|
xulmusrc file!
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ Map the key sequence {lhs} to {rhs} (in Insert mode). The {rhs} is remapped,
|
|||||||
allowing for nested and recursive mappings.
|
allowing for nested and recursive mappings.
|
||||||
|
|
||||||
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!
|
xulmusrc file!
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -85,8 +85,8 @@ function hello2() {
|
|||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
are only available within the scope of the script.
|
are only available within the scope of the script.
|
||||||
|
|
||||||
The _.vimperatorrc_ file in your home directory and any files in
|
The _.xulmusrc_ file in your home directory and any files in
|
||||||
_\~/.vimperator/plugin/_ are always sourced at startup. \~ is supported as a
|
_\~/.xulmus/plugin/_ are always sourced at startup. \~ is supported as a
|
||||||
shortcut for the _$HOME_ directory. If [!] is specified, errors are not
|
shortcut for the _$HOME_ directory. If [!] is specified, errors are not
|
||||||
printed.
|
printed.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -96,8 +96,8 @@ ________________________________________________________________________________
|
|||||||
||:loadplugins|| +
|
||:loadplugins|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Load all unloaded plugins immediately. Because plugins are automatically
|
Load all unloaded plugins immediately. Because plugins are automatically
|
||||||
loaded after vimperatorrc is sourced, this command must be placed early
|
loaded after xulmusrc is sourced, this command must be placed early
|
||||||
in the vimperatorrc file if vimperatorrc also includes commands that are
|
in the xulmusrc file if xulmusrc also includes commands that are
|
||||||
implemented by plugins. Additionally, this command allows for sourcing
|
implemented by plugins. Additionally, this command allows for sourcing
|
||||||
new plugins without restarting Xulmus.
|
new plugins without restarting Xulmus.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ HEADER
|
|||||||
|
|
||||||
|styling| +
|
|styling| +
|
||||||
|
|
||||||
Vimperator allows you to style both the player and any web pages you view. All
|
Xulmus allows you to style both the player and any web pages you view. All
|
||||||
styling is specified via CSS. Although you may style any user interface element
|
styling is specified via CSS. Although you may style any user interface element
|
||||||
via the [c]:style[c] command, most Vimperator elements can be styled with the
|
via the [c]:style[c] command, most Xulmus elements can be styled with the
|
||||||
[c]:highlight[c] command, for convenience.
|
[c]:highlight[c] command, for convenience.
|
||||||
|
|
||||||
|E185| |:colo| |:colorscheme| +
|
|E185| |:colo| |:colorscheme| +
|
||||||
@@ -22,13 +22,13 @@ ________________________________________________________________________________
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Highlight {group} with {css}. Normally, {css} is checked for
|
Highlight {group} with {css}. Normally, {css} is checked for
|
||||||
valid syntax before it's applied. Once you're certain it's
|
valid syntax before it's applied. Once you're certain it's
|
||||||
valid, [!] will override the check, to speed Vimperator startup.
|
valid, [!] will override the check, to speed Xulmus startup.
|
||||||
{selector} can be any valid CSS selector, such as [c]:hover[c], and
|
{selector} can be any valid CSS selector, such as [c]:hover[c], and
|
||||||
if provided will restrict the match to matching elements.
|
if provided will restrict the match to matching elements.
|
||||||
|
|
||||||
Valid groups are:
|
Valid groups are:
|
||||||
`--------------------`-----------------------------------
|
`--------------------`-----------------------------------
|
||||||
*Bell* Vimperator's visual bell
|
*Bell* Xulmus's visual bell
|
||||||
*Boolean* A JavaScript Boolean object
|
*Boolean* A JavaScript Boolean object
|
||||||
*CmdLine* The command line
|
*CmdLine* The command line
|
||||||
*CmdOutput*
|
*CmdOutput*
|
||||||
|
|||||||
Reference in New Issue
Block a user