mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-24 21:41:24 +02:00
Use the new Asciidoc tables syntax.
This commit is contained in:
+123
-103
@@ -2,13 +2,15 @@ heading::Options[options]
|
||||
|
||||
Vimperator has a number of internal variables and switches which can be set to
|
||||
achieve special effects. These options come in 5 forms:
|
||||
`------------`-----------------------------------------
|
||||
*boolean* can only be on or off
|
||||
*number* has a numeric value
|
||||
*string* has a string value
|
||||
*charlist* like a string but with unique characters
|
||||
*stringlist* a comma-separated list of strings
|
||||
-------------------------------------------------------
|
||||
|
||||
[frame="topbot",grid="none",cols="1,4"]
|
||||
|===============================================================================
|
||||
|*boolean* |can only be on or off
|
||||
|*number* |has a numeric value
|
||||
|*string* |has a string value
|
||||
|*charlist* |like a string but with unique characters
|
||||
|*stringlist*|a comma-separated list of strings
|
||||
|===============================================================================
|
||||
|
||||
section::Setting{nbsp}options[set-option,E764]
|
||||
|
||||
@@ -200,12 +202,13 @@ section::List{nbsp}of{nbsp}options[list-options]
|
||||
____
|
||||
Define when tabs are automatically activated. Available items:
|
||||
|
||||
`-----------`--------------------------------
|
||||
*homepage* [m]gH[m] mapping
|
||||
*quickmark* [m]go[m] and [m]gn[m] mappings
|
||||
*tabopen* [c]:tabopen[!][c] command
|
||||
*paste* [m]P[m] and [m]gP[m] mappings
|
||||
---------------------------------------------
|
||||
[frame="topbot",grid="none",cols="1,4"]
|
||||
|===============================================================================
|
||||
|*homepage* |[m]gH[m] mapping
|
||||
|*quickmark*|[m]go[m] and [m]gn[m] mappings
|
||||
|*tabopen* |[c]:tabopen[!][c] command
|
||||
|*paste* |[m]P[m] and [m]gP[m] mappings
|
||||
|===============================================================================
|
||||
|
||||
____
|
||||
|
||||
@@ -225,15 +228,16 @@ ____
|
||||
____
|
||||
Items which are completed at the [c]:open[c] prompts. Available items:
|
||||
|
||||
`---`--------------------------------------------------------------------------------
|
||||
*s* Search engines and keyword URLs
|
||||
*f* Local files
|
||||
*l* Firefox location bar entries (bookmarks and history sorted in an intelligent way)
|
||||
*b* Bookmarks
|
||||
*h* History
|
||||
*S* Search engine suggestions
|
||||
*t* Open tabs
|
||||
-------------------------------------------------------------------------------------
|
||||
[frame="topbot",grid="none",cols="1,10"]
|
||||
|===============================================================================
|
||||
|*s*|Search engines and keyword URLs
|
||||
|*f*|Local files
|
||||
|*l*|Firefox location bar entries (bookmarks and history sorted in an intelligent way)
|
||||
|*b*|Bookmarks
|
||||
|*h*|History
|
||||
|*S*|Search engine suggestions
|
||||
|*t*|Open tabs
|
||||
|===============================================================================
|
||||
|
||||
The order is important, so [c]:set complete=bs[c] would list bookmarks first,
|
||||
and then any available quick searches.
|
||||
@@ -338,11 +342,12 @@ ____
|
||||
|
||||
Change the behaviour of [m]<Return>[m] in Hints mode. Possible values:
|
||||
|
||||
`---------`----------------------------------------------------------
|
||||
*0* Follow the first hint as soon as typed text uniquely identifies it.
|
||||
*1* Follow the selected hint on [m]<Return>[m].
|
||||
*2* Follow the selected hint on [m]<Return>[m] only if it's been [m]<Tab>[m]-selected.
|
||||
---------------------------------------------------------------------
|
||||
[frame="topbot",grid="none",cols="1,10"]
|
||||
|===============================================================================
|
||||
|*0*|Follow the first hint as soon as typed text uniquely identifies it.
|
||||
|*1*|Follow the selected hint on [m]<Return>[m].
|
||||
|*2*|Follow the selected hint on [m]<Return>[m] only if it's been [m]<Tab>[m]-selected.
|
||||
|===============================================================================
|
||||
|
||||
____
|
||||
|
||||
@@ -361,16 +366,17 @@ ____
|
||||
____
|
||||
Show or hide certain GUI elements like the menu or toolbar. Supported characters:
|
||||
|
||||
`---`-----------
|
||||
*m* Menubar
|
||||
*T* Toolbar
|
||||
*B* Bookmark bar
|
||||
*n* Tab number
|
||||
*N* Tab number over image
|
||||
*b* Bottom scrollbar
|
||||
*r* Right scrollbar
|
||||
*l* Left scrollbar (*l* and *r* are mutually exclusive)
|
||||
----------------
|
||||
[frame="topbot",grid="none",cols="1,10"]
|
||||
|===============================================================================
|
||||
|*m*|Menubar
|
||||
|*T*|Toolbar
|
||||
|*B*|Bookmark bar
|
||||
|*n*|Tab number
|
||||
|*N*|Tab number over image
|
||||
|*b*|Bottom scrollbar
|
||||
|*r*|Right scrollbar
|
||||
|*l*|Left scrollbar (*l* and *r* are mutually exclusive)
|
||||
|===============================================================================
|
||||
|
||||
You can also hide the tab bar with [c]:set showtabline=0[c].
|
||||
|
||||
@@ -393,12 +399,12 @@ When generating hints for input elements that do not have an explicit caption,
|
||||
this specifies the methods to try and generate a textual hint. It tries the
|
||||
options in the order that you give, and uses the first that it finds.
|
||||
|
||||
`--------------------`---------------------------------------------------------
|
||||
*value* The hint is the value displayed in a text input, or the selected option for a dropdown.
|
||||
*label* The value of an explicit label for the input, this will not match most manually added labels that are found on sites.
|
||||
*name* The name of the input will be used, although the name is not designed for user consumption, it is frequently very similar to the label.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
[frame="topbot",grid="none",cols="1,4"]
|
||||
|===============================================================================
|
||||
|*value*|The hint is the value displayed in a text input, or the selected option for a dropdown.
|
||||
|*label*|The value of an explicit label for the input, this will not match most manually added labels that are found on sites.
|
||||
|*name* |The name of the input will be used, although the name is not designed for user consumption, it is frequently very similar to the label.
|
||||
|===============================================================================
|
||||
|
||||
____
|
||||
|
||||
@@ -409,12 +415,13 @@ ____
|
||||
|
||||
Change the hint matching algorithm during Hints mode. Possible values:
|
||||
|
||||
`--------------------`-------------------------------------------------------------------------------------------------------------------------------
|
||||
*contains* The typed characters are split on whitespace, and these character groups have to match anywhere inside the text of the link.
|
||||
*wordstartswith* The typed characters are matched with the beginning of the first word (see 'wordseparators') in the link as long as possible. If no matches occur in the current word, then the matching is continued at the beginning of the next word. The words are worked through in the order they appear in the link. If the typed characters contain spaces, then the characters are split on whitespace. These character groups are then matched with the beginning of the words, beginning at the first one and continuing with the following words in the order they appear in the link.
|
||||
*firstletters* Behaves like wordstartswith, but non-matching words aren't overleaped.
|
||||
*custom* Delegate to a custom function: liberator.plugins.customHintMatcher(hintString)
|
||||
-----------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
[frame="topbot",grid="none",cols="1,4"]
|
||||
|===============================================================================
|
||||
|*contains* |The typed characters are split on whitespace, and these character groups have to match anywhere inside the text of the link.
|
||||
|*wordstartswith*|The typed characters are matched with the beginning of the first word (see 'wordseparators') in the link as long as possible. If no matches occur in the current word, then the matching is continued at the beginning of the next word. The words are worked through in the order they appear in the link. If the typed characters contain spaces, then the characters are split on whitespace. These character groups are then matched with the beginning of the words, beginning at the first one and continuing with the following words in the order they appear in the link.
|
||||
|*firstletters* |Behaves like wordstartswith, but non-matching words aren't overleaped.
|
||||
|*custom* |Delegate to a custom function: liberator.plugins.customHintMatcher(hintString)
|
||||
|===============================================================================
|
||||
|
||||
____
|
||||
|
||||
@@ -497,11 +504,12 @@ ____
|
||||
____
|
||||
Determines when the last window will have a status line. Possible values:
|
||||
|
||||
`---`---------------------------------
|
||||
*0* Never
|
||||
*1* Only if there are multiple windows
|
||||
*2* Always
|
||||
--------------------------------------
|
||||
[frame="topbot",grid="none",cols="1,10"]
|
||||
|===============================================================================
|
||||
|*0*|Never
|
||||
|*1*|Only if there are multiple windows
|
||||
|*2*|Always
|
||||
|===============================================================================
|
||||
|
||||
Note: laststatus=1 not implemented yet.
|
||||
____
|
||||
@@ -565,15 +573,17 @@ Define which Ex commands output the result in a new tab automatically. You can
|
||||
also use [c]:tab command[c] to manually output a command in a new tab.
|
||||
|
||||
The possible values:
|
||||
`------------`---------------------------------------------
|
||||
*all* All commands
|
||||
*addons* [c]:addo[ns][c] command
|
||||
*downloads* [c]:downl[oads][c] command
|
||||
*extoptions* [c]:exto[ptions][c] command
|
||||
*help* [c]:h[elp][c] command
|
||||
*javascript* [c]:javascript![c] or [c]:js![c] command
|
||||
*prefs* [c]:pref[erences]![c] or [c]:prefs![c] command
|
||||
-----------------------------------------------------------
|
||||
|
||||
[frame="topbot",grid="none",cols="1,4"]
|
||||
|===============================================================================
|
||||
|*all* |All commands
|
||||
|*addons* |[c]:addo[ns][c] command
|
||||
|*downloads* |[c]:downl[oads][c] command
|
||||
|*extoptions*|[c]:exto[ptions][c] command
|
||||
|*help* |[c]:h[elp][c] command
|
||||
|*javascript*|[c]:javascript![c] or [c]:js![c] command
|
||||
|*prefs* |[c]:pref[erences]![c] or [c]:prefs![c] command
|
||||
|===============================================================================
|
||||
|
||||
____
|
||||
|
||||
@@ -591,11 +601,12 @@ charlist (default: gfm)
|
||||
____
|
||||
Desired info in the [c]:pageinfo[c] output. Available items:
|
||||
|
||||
.--------`----------------
|
||||
*g* General info
|
||||
*f* Feeds
|
||||
*m* Meta tags
|
||||
--------------------------
|
||||
[frame="topbot",grid="none",cols="1,10"]
|
||||
|===============================================================================
|
||||
|*g*|General info
|
||||
|*f*|Feeds
|
||||
|*m*|Meta tags
|
||||
|===============================================================================
|
||||
|
||||
The order matters.
|
||||
____
|
||||
@@ -608,13 +619,14 @@ Define where to show requested popup windows.
|
||||
Does not apply to windows which are opened by middle clicking a link,
|
||||
they always open in a new tab. Possible values:
|
||||
|
||||
.---`------------------------------------------------------------------------------------------------
|
||||
*0* Force to open in the current tab (Warning: this can stop some web sites from working correctly!)
|
||||
*1* Always open in a new tab
|
||||
*2* Open in a new window if it has a specific requested size (default in Firefox)
|
||||
*3* Always open in a new window
|
||||
*4* Open in the same tab unless it has a specific requested size
|
||||
-----------------------------------------------------------------------------------------------------
|
||||
[frame="topbot",grid="none",cols="1,10"]
|
||||
|===============================================================================
|
||||
|*0*|Force to open in the current tab (Warning: this can stop some web sites from working correctly!)
|
||||
|*1*|Always open in a new tab
|
||||
|*2*|Open in a new window if it has a specific requested size (default in Firefox)
|
||||
|*3*|Always open in a new window
|
||||
|*4*|Open in the same tab unless it has a specific requested size
|
||||
|===============================================================================
|
||||
|
||||
Note: This option does not change the popup blocker of Firefox in any way.
|
||||
____
|
||||
@@ -692,11 +704,12 @@ ____
|
||||
Show the destination of the link under the cursor in the status bar.
|
||||
Also links which are focused by keyboard commands like [m]<Tab>[m] are shown. Possible values:
|
||||
|
||||
.---`--------------------------------------
|
||||
*0* Don't show link destination
|
||||
*1* Show the link in the status line
|
||||
*2* Show the link in the command line
|
||||
-------------------------------------------
|
||||
[frame="topbot",grid="none",cols="1,10"]
|
||||
|===============================================================================
|
||||
|*0*|Don't show link destination
|
||||
|*1*|Show the link in the status line
|
||||
|*2*|Show the link in the command line
|
||||
|===============================================================================
|
||||
|
||||
____
|
||||
|
||||
@@ -706,11 +719,12 @@ ____
|
||||
____
|
||||
Control when to show the tab bar of opened web pages. Possible values:
|
||||
|
||||
.---`--------------------------------------
|
||||
*0* Never show tab bar
|
||||
*1* Show tab bar only if more than one tab is open
|
||||
*2* Always show tab bar
|
||||
-------------------------------------------
|
||||
[frame="topbot",grid="none",cols="1,10"]
|
||||
|===============================================================================
|
||||
|*0*|Never show tab bar
|
||||
|*1*|Show tab bar only if more than one tab is open
|
||||
|*2*|Always show tab bar
|
||||
|===============================================================================
|
||||
|
||||
____
|
||||
|
||||
@@ -795,11 +809,12 @@ ____
|
||||
____
|
||||
Defines how completions are matched with regard to character case. Possible values:
|
||||
|
||||
`---------------`------------------------
|
||||
"smart" Case is significant when capital letters are typed
|
||||
"match" Case is always significant
|
||||
"ignore" Case is never significant
|
||||
-----------------------------------------
|
||||
[frame="topbot",grid="none",cols="1,4"]
|
||||
|===============================================================================
|
||||
|"smart" |Case is significant when capital letters are typed
|
||||
|"match" |Case is always significant
|
||||
|"ignore"|Case is never significant
|
||||
|===============================================================================
|
||||
|
||||
____
|
||||
|
||||
@@ -824,15 +839,18 @@ The first part specifies the behavior for the first use of the completion key,
|
||||
the second part for the second use, etc.
|
||||
|
||||
These are the possible values for each part:
|
||||
`---------------`------------------------
|
||||
"" Complete only the first match.
|
||||
"full" Complete the next full match. After the last, the original string is used.
|
||||
"longest" Complete till the longest common string.
|
||||
"list" When more than one match, list all matches.
|
||||
"list:full" When more than one match, list all matches and complete the first match.
|
||||
"list:longest" When more than one match, list all matches and complete till the longest common string. \
|
||||
When there is only a single match, it is fully completed regardless of the case.
|
||||
-----------------------------------------
|
||||
|
||||
[frame="topbot",grid="none",cols="1,4"]
|
||||
|===============================================================================
|
||||
|"" |Complete only the first match.
|
||||
|"full" |Complete the next full match. After the last, the original string is used.
|
||||
|"longest" |Complete till the longest common string.
|
||||
|"list" |When more than one match, list all matches.
|
||||
|"list:full" |When more than one match, list all matches and complete the first match.
|
||||
|"list:longest" |When more than one match, list all matches and complete till
|
||||
the longest common string. When there is only a single match,
|
||||
it is fully completed regardless of the case.
|
||||
|===============================================================================
|
||||
|
||||
____
|
||||
|
||||
@@ -843,10 +861,12 @@ ____
|
||||
A list of words that change how command-line completion is done.
|
||||
|
||||
Possible words:
|
||||
`--------`-------------------------------
|
||||
*auto* Automatically show completions while you are typing.
|
||||
*sort* Always sort the completion list, overriding the 'complete' option.
|
||||
-----------------------------------------
|
||||
|
||||
[frame="topbot",grid="none",cols="1,4"]
|
||||
|===============================================================================
|
||||
|*auto*|Automatically show completions while you are typing.
|
||||
|*sort*|Always sort the completion list, overriding the 'complete' option.
|
||||
|===============================================================================
|
||||
|
||||
____
|
||||
|
||||
|
||||
Reference in New Issue
Block a user