1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 21:54:13 +01:00

Update docs to reflect lack of *style options

This commit is contained in:
Kris Maglione
2008-10-07 20:41:02 +00:00
parent ee6ca4bb4a
commit ebf6f2d33b
2 changed files with 1 additions and 30 deletions

View File

@@ -258,12 +258,10 @@ section:Options[option-index]
||'guioptions'|| Show or hide certain GUI elements like the menu or toolbar +
||'helpfile'|| Name of the main help file +
||'hintmatching'|| How links are matched +
||'hintstyle'|| CSS specification of unfocused hints +
||'hinttags'|| XPath string of hintable elements activated by 'f' and 'F' +
||'hinttimeout'|| Automatically follow non unique numerical hint +
||'history'|| Number of Ex commands and search patterns to store in the command-line history +
||'hlsearch'|| Highlight previous search pattern matches +
||'hlsearchstyle'|| CSS specification of highlighted search items +
||'ignorecase'|| Ignore case in search patterns +
||'incsearch'|| Show where the search pattern matches as it is typed +
||'insertmode'|| Use Insert mode as the default for text areas +

View File

@@ -343,15 +343,6 @@ Change the hint matching algorithm during hint mode. Possible values:
____
|\'hs'| |\'hintstyle'|
||'hintstyle' 'hs'|| string
____
(default: z-index:5000; font-family:monospace; font-size:12px; color:white; background-color:red; border-color:ButtonShadow; border-width:0px; border-style:solid; padding:0px 1px 0px 1px; position:absolute;)
CSS specification of hints
____
|\'ht'| |\'hinttags'|
||'hinttags' 'ht'|| string
____
@@ -390,16 +381,6 @@ Highlight previous search pattern matches
____
|\'hlss'| |\'hlsearchstyle'|
||'hlsearchstyle' 'hlss'|| string
____
(default: color: black; background-color: yellow; padding: 0; display:
inline;)
CSS specification of highlighted search items
____
|\'noic'| |\'noignorecase'| |\'ic'| |\'ignorecase'|
||'ignorecase' 'ic'|| boolean (default: on)
____
@@ -728,19 +709,11 @@ ____
||'visualbell' 'vb'|| boolean (default: off)
____
Use visual bell instead of beeping on errors. The visualbell style is
controlled by 't_vb'. 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] together with
this option.
____
|\'visualbellstyle'| |\'t_vb'|
||'visualbellstyle' 't_vb'|| string (default: "border: none; background-color: black;")
____
The CSS style to use for the visual bell. Set this to the empty string if you
want no bell at all.
____
|\'wildignore'| |\'wig'|
||'wildignore' 'wig'|| stringlist (default: "")
____