'activate''act' | Define when tabs are automatically activated stringlist (default: homepage,quickmark,tabopen,paste) Available items:
| 'activate''act' | ||||||||||||
'complete''cpt' | Items which are completed at the :[tab]open prompt charlist (default: sfbh) Available items:
: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:
: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:
| '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:
| '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:
| '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 commandsnumber (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:
| 'showstatuslinks''ssli' | ||||||||||||
'showtabline''stal' | Control when to show the tab bar of opened web pages number (default: 2) Possible values:
| '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:
| '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:
| 'wildoptions''wop' | ||||||||||||