-
-'activate'
'act'
| Define when tabs are automatically activated stringlist (default: homepage,quickmark,tabopen,paste)
Available items:
- homepage:
gH mapping - quickmark:
go and gn mappings - tabopen:
:tabopen[!] command - paste:
P and gP mappings
| 'activate'
'act'
|
|
-
-'complete'
'cpt'
| Items which are completed at the :[tab]open prompt charlist (default: sfbh)
Available items:
- s: Search engines and keyword URLs
- f: Local files
- b: Bookmarks
- h: History
The order is important, so :set complete=bs would list bookmarks first, and then any available quick searches. Add 'sort' to the 'wildoptions' option if you want all entries sorted.
| 'complete'
'cpt'
|
|
-
-'defsearch'
'ds'
| Set the default search engine string (default: google)
The default search engine is used in the :[tab]open [arg] command if [arg] neither looks like a URL or like a specified search engine/keyword.
| 'defsearch'
'ds'
|
|
-'editor'
| Set the external text editor string (default: gvim -f)
Sets the editor to run when <C-i> is pressed in INSERT and TEXTAREA modes. Note that Vimperator will not behave correctly if the editor forks its own process, such as with gvim without the -f argument.
| 'editor'
|
|
-
-'extendedhinttags'
'eht'
| XPath string of hintable elements activated by ';' string (default: //*[@onclick or @onmouseover or @onmousedown or @onmouseup or @oncommand or @class='lk' or @class='s'] | //input[not(@type='hidden')] | //a | //area | //iframe | //textarea | //button | //select | //xhtml:*[@onclick or @onmouseover or @onmousedown or @onmouseup or @oncommand or @class='lk' or @class='s'] | //xhtml:input[not(@type='hidden')] | //xhtml:a | //xhtml:area | //xhtml:iframe | //xhtml:textarea | //xhtml:button | //xhtml:select)
| 'extendedhinttags'
'eht'
|
|
-'focusedhintstyle'
'fhs'
| CSS specification of focused hints string (default: z-index:5000; font-family:monospace; font-size:12px; color:ButtonText; background-color:ButtonShadow; border-color:ButtonShadow; border-width:1px; border-style:solid; padding:0px 1px 0px 1px; position:absolute;)
| 'focusedhintstyle'
'fhs'
|
|
-'fullscreen'
'fs'
| Show the current window fullscreen boolean (default: off)
| 'fullscreen'
'nofullscreen'
'fs'
'nofs'
|
|
-
-'guioptions'
'go'
| Show or hide the menu, toolbar and scrollbars charlist (default: '')
Supported characters:
- m: menubar
- T: toolbar
- b: bookmark bar
You can also hide the tab bar with :set showtabline=0.
| 'guioptions'
'go'
|
|
-
-'hinttimeout'
'hto'
| Automatically follow non unique numerical hint after {arg} ms number (default: 0)
Set to 0 (the default) to only follow numeric hints after pressing <Return> or when the hint is unique.
| 'hinttimeout'
'hto'
|
|
-'hintstyle'
'hs'
| CSS specification of unfocused hints 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;)
| 'hintstyle'
'hs'
|
|
-
-'hinttags'
'ht'
| XPath string of hintable elements activated by 'f' and 'F' string (default: //*[@onclick or @onmouseover or @onmousedown or @onmouseup or @oncommand or @class='lk' or @class='s'] | //input[not(@type='hidden')] | //a | //area | //iframe | //textarea | //button | //select | //xhtml:*[@onclick or @onmouseover or @onmousedown or @onmouseup or @oncommand or @class='lk' or @class='s'] | //xhtml:input[not(@type='hidden')] | //xhtml:a | //xhtml:area | //xhtml:iframe | //xhtml:textarea | //xhtml:button | //xhtml:select)
| 'hinttags'
'ht'
|
|
-'history'
'hi'
| Number of Ex commands and search patterns to store in the commandline history number (default: 500)
| 'history'
'hi'
|
|
-
-'hlsearch'
'hls'
| Highlight previous search pattern matches boolean (default: off)
| 'hlsearch'
'nohlsearch'
'hls'
'nohls'
|
|
-'hlsearchstyle'
'hlss'
| CSS specification of highlighted search items string (default: color: black; background-color: yellow; padding: 0; display: inline;)
| 'hlsearchstyle'
'hlss'
|
|
-'ignorecase'
'ic'
| Ignore case in search patterns boolean (default: on)
| 'ignorecase'
'noignorecase'
'ic'
'noic'
|
|
-
-'incsearch'
'is'
| Show where the search pattern matches as it is typed boolean (default: on)
NOTE: Incremental searching currently only works in the forward direction.
| 'incsearch'
'noincsearch'
'is'
'nois'
|
|
-'insertmode'
'im'
| Use Insert mode as the default for text areas boolean (default: on)
Makes Vimperator work in a way that Insert mode is the default mode for text areas. Useful if you want to use Vimperator as a modeless editor, keeping the known Firefox interface for editing text areas.
| 'insertmode'
'noinsertmode'
'im'
'noim'
|
|
-
-'laststatus'
'ls'
| Show the status line number (default: 2)
Determines when the last window will have a status line. Possible values:
- 0: never
- 1: only if there are multiple windows
- 2: always
NOTE: laststatus=1 not implemented yet.
| 'laststatus'
'ls'
|
|
-'linksearch'
'lks'
| Limit the search to hyperlink text boolean (default: off)
This includes (X)HTML elements with an "href" atrribute and XLink "simple" links.
| 'linksearch'
'nolinksearch'
'lks'
'nolks'
|
|
-
-'more'
| Pause the message list window when more than one screen of listings is displayed boolean (default: on)
| 'more'
'nomore'
|
|
-'nextpattern'
| Patterns to use when guessing the 'next' page in a document sequence stringlist (default: \bnext,^>$,^(>>|»)$,^(>|»),(>|»)$)
Each pattern, in order, is matched against all links in the page with the first match being used. The patterns are case insensitive regular expressions.
| 'nextpattern'
|
|
-'pageinfo'
'pa'
| Desired info on :pa[geinfo] charlist (default: gfm)
Available items:
- g: general info
- f: feeds
- m: meta tags
The order matters
| 'pageinfo'
'pa'
|
|
-
-'popups'
'pps'
| Where to show requested popup windows number (default: 1)
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 (NOTE: 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
NOTE: This option does not change the popup blocker of Firefox in any way.
| 'popups'
'pps'
|
|
-
-'preload'
| Speed up first time history/bookmark completion boolean (default: on)
History access can be quite slow for a large history. Vimperator maintains a cache to speed it up significantly on subsequent access. In order to also speed up first time access, it is cached at startup, if this option is set (recommended).
| 'preload'
'nopreload'
|
|
-'previewheight'
'pvh'
| Default height for preview window number (default: 10)
Value must be between 1 and 50. If the value is too high, completions may cover the command-line. Close the preview window with :pclose. NOTE: Option currently disabled
| 'previewheight'
'pvh'
|
|
-
-'previouspattern'
| Patterns to use when guessing the 'previous' page in a document sequence stringlist (default: \bprev|previous\b,^<$,^(<<|«)$,^(<|«),(<|«)$)
Each pattern, in order, is matched against all links in the page with the first match being used. The patterns are case insensitive regular expressions.
| 'previouspattern'
|
|
-'scroll'
'scr'
| Number of lines to scroll with C-u and C-d commands number (default: 0)
The number of lines scrolled defaults to half the window size. When a {count} is specified to the <C-u> or <C-d> commands this is used to set the value of 'scroll' and also used for the current command. The value can be reset to half the window height with :set scroll=0.
| 'scroll'
'scr'
|
|
-
-'showmode'
'smd'
| Show the current mode in the command line boolean (default: on)
| 'showmode'
'noshowmode'
'smd'
'nosmd'
|
|
-'showstatuslinks'
'ssli'
| Show the destination of the link under the cursor in the status bar number (default: 1)
Also links which are focused by keyboard commands like <Tab> 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
| 'showstatuslinks'
'ssli'
|
|
-
-'showtabline'
'stal'
| Control when to show the tab bar of opened web pages number (default: 2)
Possible values:
- 0: Never show tab bar
- 1: Show tab bar only if more than one tab is open
- 2: Always show tab bar
| 'showtabline'
'stal'
|
|
-'smartcase'
'scs'
| Override the 'ignorecase' option if the pattern contains uppercase characters boolean (default: on)
This is only used if the 'ignorecase' option is set.
| 'smartcase'
'nosmartcase'
'scs'
'noscs'
|
|
-
-'titlestring'
| Change the title of the browser window string (default: Vimperator)
Vimperator changes the browser title from "Title of web page - Mozilla Firefox" to "Title of web page - Vimperator". If you don't like that, you can restore it with: :set titlestring=Mozilla Firefox.
| 'titlestring'
|
|
-'usermode'
'um'
| Show current website with a minimal style sheet to make it easily accessible boolean (default: off)
Note that this is a local option for now, later it may be split into a global and :setlocal part
| 'usermode'
'nousermode'
'um'
'noum'
|
|
-
-'verbose'
'vbs'
| Define which type of messages are logged number (default: 0)
When bigger than zero, Vimperator will give messages about what it is doing. They are printed to the error console which can be shown with :javascript!. The highest value is 9, being the most verbose mode.
| 'verbose'
'vbs'
|
|
-'visualbell'
'vb'
| Use visual bell instead of beeping on errors boolean (default: off)
| 'visualbell'
'novisualbell'
'vb'
'novb'
|
|
-
-'wildmode'
'wim'
| Define how command line completion works stringlist (default: list:full)
It is a comma-separated list of parts, where each part specifies what to do for each consecutive use of the completion key. 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 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.
| 'wildmode'
'wim'
|
|
-
-'wildoptions'
'wop'
| Change how command line completion is done stringlist (default: '')
A list of words that change how command line completion is done. Currently only one word is allowed:
| sort | Always sorts completion list, overriding the 'complete' option. |
| 'wildoptions'
'wop'
|
-
-
-
diff --git a/locale/en-US/xhtml11.css b/locale/en-US/xhtml11.css
index a2c4a65d..ac6839a8 100644
--- a/locale/en-US/xhtml11.css
+++ b/locale/en-US/xhtml11.css
@@ -51,7 +51,7 @@ body h1 {
}
body h2 {
- /*margin: 0.5em 0 0 -4%;*/
+ margin-top: 30px;
line-height: 1.3;
border-bottom: 2px solid silver;
}
@@ -157,6 +157,12 @@ div.bibliomixed {
margin: 0.5em 5% 0.5em 1em;
}
+#footer {
+ margin: 15px;
+ text-align: center;
+ color: gray;
+}
+
div.glossary dt {
font-weight: bold;
}
@@ -276,9 +282,13 @@ span.tag {
font-weight: bold;
color: rgb(255, 0, 255); /* magenta */
padding-left: 15px;
- padding-top: 5px;
+ padding-top: -5px;
float: right;
}
+span.section {
+ padding-top: 22px !important; /* NOTE: needs change when you change