mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 04:45:46 +01:00
Fix typo in :loadplugins help text.
This commit is contained in:
@@ -3,7 +3,7 @@ HEADER
|
|||||||
|options| +
|
|options| +
|
||||||
|
|
||||||
Vimperator has a number of internal variables and switches which can be set to
|
Vimperator has a number of internal variables and switches which can be set to
|
||||||
achieve special effects. These options come in 5 forms:
|
achieve special effects. These options come in 5 forms:
|
||||||
`------------`-----------------------------------------
|
`------------`-----------------------------------------
|
||||||
*boolean* can only be on or off
|
*boolean* can only be on or off
|
||||||
*number* has a numeric value
|
*number* has a numeric value
|
||||||
@@ -84,21 +84,17 @@ ____
|
|||||||
|:set+=|
|
|:set+=|
|
||||||
||:se[t] {option}+={value} [...]|| +
|
||:se[t] {option}+={value} [...]|| +
|
||||||
____
|
____
|
||||||
Add the {value} to a number option, or append the
|
Add the {value} to a number option, or append the {value} to a string option.
|
||||||
{value} to a string option. When the option is a
|
When the option is a comma separated list, a comma is added, unless the value
|
||||||
comma separated list, a comma is added, unless the
|
was empty. If the option is a list of flags, superfluous flags are removed.
|
||||||
value was empty.
|
When adding a flag that was already present the option value doesn't change.
|
||||||
If the option is a list of flags, superfluous flags
|
|
||||||
are removed. When adding a flag that was already
|
|
||||||
present the option value doesn't change.
|
|
||||||
____
|
____
|
||||||
|
|
||||||
|:set^=|
|
|:set^=|
|
||||||
||:se[t] {option}^={value} [...]|| +
|
||:se[t] {option}^={value} [...]|| +
|
||||||
____
|
____
|
||||||
Multiply the {value} to a number option, or prepend
|
Multiply the {value} to a number option, or prepend the {value} to a string
|
||||||
the {value} to a string option. When the option is a
|
option. When the option is a comma separated list, a comma is added, unless the
|
||||||
comma separated list, a comma is added, unless the
|
|
||||||
value was empty.
|
value was empty.
|
||||||
____
|
____
|
||||||
|
|
||||||
@@ -106,15 +102,12 @@ ____
|
|||||||
||:se[t] {option}-={value} [...]|| +
|
||:se[t] {option}-={value} [...]|| +
|
||||||
|
|
||||||
____
|
____
|
||||||
Subtract the {value} from a number option, or remove
|
Subtract the {value} from a number option, or remove the {value} from a string
|
||||||
the {value} from a string option, if it is there.
|
option, if it is there. If the {value} is not found in a string option, there
|
||||||
If the {value} is not found in a string option, there
|
is no error or warning. When the option is a comma separated list, a comma is
|
||||||
is no error or warning. When the option is a comma
|
deleted, unless the option becomes empty. When the option is a list of flags,
|
||||||
separated list, a comma is deleted, unless the option
|
{value} must be exactly as they appear in the option. Remove flags one by one
|
||||||
becomes empty.
|
to avoid problems.
|
||||||
When the option is a list of flags, {value} must be
|
|
||||||
exactly as they appear in the option. Remove flags
|
|
||||||
one by one to avoid problems.
|
|
||||||
____
|
____
|
||||||
|
|
||||||
|:setlocal| |:setl|
|
|:setlocal| |:setl|
|
||||||
@@ -727,11 +720,11 @@ ____
|
|||||||
|\'urlseparator'|
|
|\'urlseparator'|
|
||||||
||'urlseparator'|| string (default: ",\s")
|
||'urlseparator'|| string (default: ",\s")
|
||||||
____
|
____
|
||||||
Set the separator regexp used to separate multiple URL args. Multiple
|
Set the separator regexp used to separate multiple URL args. Multiple arguments
|
||||||
arguments can be specified for [c]:open[c], and similar commands, using this
|
can be specified for [c]:open[c], and similar commands, using this regexp as
|
||||||
regexp as the separator. Using whitespace alone is not generally useful since
|
the separator. Using whitespace alone is not generally useful since it is often
|
||||||
it is often contained in a single argument. E.g. [c]:open linus torvalds[c]
|
contained in a single argument. E.g. [c]:open linus torvalds[c] should perform
|
||||||
should perform a single search for the key words "linus" and "torvalds"
|
a single search for the key words "linus" and "torvalds"
|
||||||
____
|
____
|
||||||
|
|
||||||
|
|
||||||
@@ -750,9 +743,9 @@ ____
|
|||||||
|\'novb'| |\'novisualbell'| |\'vb'| |\'visualbell'|
|
|\'novb'| |\'novisualbell'| |\'vb'| |\'visualbell'|
|
||||||
||'visualbell' 'vb'|| boolean (default: off)
|
||'visualbell' 'vb'|| boolean (default: off)
|
||||||
____
|
____
|
||||||
Use visual bell instead of beeping on errors. The visual bell style is
|
Use visual bell instead of beeping on errors. The visual bell style is
|
||||||
controlled by [c]:hi Bell[c]. If no bell is desired use [c]:set t_vb=[c] together with
|
controlled by [c]:hi Bell[c]. If no bell is desired use [c]:set t_vb=[c]
|
||||||
this option.
|
together with this option.
|
||||||
____
|
____
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ Load all unloaded plugins immediately. Because plugins are automatically
|
|||||||
loaded after vimperatorrc is sourced, this command must be placed early
|
loaded after vimperatorrc is sourced, this command must be placed early
|
||||||
in the vimperatorrc file if vimperatorrc also includes commands that are
|
in the vimperatorrc file if vimperatorrc 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 vimperator.
|
new plugins without restarting Vimperator.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ If you're a veteran Vim user, this may look familiar. It should.
|
|||||||
|
|
||||||
However, in this author's opinion, the best way to get familiar with
|
However, in this author's opinion, the best way to get familiar with
|
||||||
Vimperator is to leave these disabled for now. (The above action can be
|
Vimperator is to leave these disabled for now. (The above action can be
|
||||||
reversed with [c]:set go=<CR>[c]) You can look at the entry for
|
reversed with [c]:set go=<CR>[c]) You can look at the entry for
|
||||||
[o]guioptions[o] in help:options[options.html] for more information on this.
|
[o]guioptions[o] in help:options[options.html] for more information on this.
|
||||||
|
|
||||||
section:Vimperator's{nbsp}modal{nbsp}interface[modal]
|
section:Vimperator's{nbsp}modal{nbsp}interface[modal]
|
||||||
@@ -128,7 +128,7 @@ equivalent:
|
|||||||
section:Some{nbsp}hints{nbsp}about{nbsp}surfing...[hints-tutorial]
|
section:Some{nbsp}hints{nbsp}about{nbsp}surfing...[hints-tutorial]
|
||||||
|
|
||||||
So now you can navigate around in Vimperator. But wait... how do you *open* a
|
So now you can navigate around in Vimperator. But wait... how do you *open* a
|
||||||
page or tab linked in a web page? How do you ``click'' on all those links
|
page or tab linked in a web page? How do you ``click'' on all those links
|
||||||
without your tailed friend?
|
without your tailed friend?
|
||||||
|
|
||||||
The answer is ``hints''. Activating hints displays a number next to every link
|
The answer is ``hints''. Activating hints displays a number next to every link
|
||||||
@@ -240,7 +240,7 @@ section:I'm{nbsp}interested...but{nbsp}lost![support]
|
|||||||
|
|
||||||
Vimperator has an energetic and growing user base. If you've run into a problem
|
Vimperator has an energetic and growing user base. If you've run into a problem
|
||||||
that you can't seem to solve with Vimperator, or if you think you might have
|
that you can't seem to solve with Vimperator, or if you think you might have
|
||||||
found a bug, please let us know! There is support available on the
|
found a bug, please let us know! There is support available on the
|
||||||
http://vimperator.cutup.org/index.php?title=Main_Page[wiki], or in the
|
http://vimperator.cutup.org/index.php?title=Main_Page[wiki], or in the
|
||||||
#vimperator IRC channel on http://freenode.net/[freenode].
|
#vimperator IRC channel on http://freenode.net/[freenode].
|
||||||
|
|
||||||
|
|||||||
@@ -108,11 +108,4 @@ cursor and can move around. If you want to select text in this mode, press
|
|||||||
[m]v[m] to start its Visual mode.
|
[m]v[m] to start its Visual mode.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
//|:pc| |:pclose| +
|
|
||||||
//||:pc[lose]||
|
|
||||||
//________________________________________________________________________________
|
|
||||||
//Close preview window on bottom of screen.
|
|
||||||
//________________________________________________________________________________
|
|
||||||
|
|
||||||
// vim: set filetype=asciidoc:
|
// vim: set filetype=asciidoc:
|
||||||
|
|||||||
Reference in New Issue
Block a user