1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-11 01:55:46 +01:00

some help fixes

This commit is contained in:
Martin Stubenschrott
2008-01-22 01:25:50 +00:00
parent 4c2939b88d
commit ce0376a8f9

View File

@@ -86,14 +86,17 @@ ____
section:List{nbsp}of{nbsp}options[list-options] section:List{nbsp}of{nbsp}options[list-options]
|\'act'| |\'activate'| |\'act'| |\'activate'|
||'activate' 'act'|| stringlist (default: homepage,quickmark,tabopen,paste) ||'activate' 'act'|| stringlist (default: "homepage,quickmark,tabopen,paste")
____ ____
Define when tabs are automatically activated. Available items: Define when tabs are automatically activated. Available items:
* *homepage*: [m]gH[m] mapping `-----------`--------------------------------
* *quickmark*: [m]go[m] and [m]gn[m] mappings *homepage* [m]gH[m] mapping
* *tabopen*: [c]:tabopen[!][c] command *quickmark* [m]go[m] and [m]gn[m] mappings
* *paste*: [m]P[m] and [m]gP[m] mappings *tabopen* [c]:tabopen[!][c] command
*paste* [m]P[m] and [m]gP[m] mappings
---------------------------------------------
____ ____
|\'cpt'| |\'complete'| |\'cpt'| |\'complete'|
@@ -101,10 +104,12 @@ ____
____ ____
Items which are completed at the [c]:[tab]open[c] prompt. Available items: Items which are completed at the [c]:[tab]open[c] prompt. Available items:
* *s*: Search engines and keyword URLs `---`--------------------------------
* *f*: Local files *s* Search engines and keyword URLs
* *b*: Bookmarks *f* Local files
* *h*: History *b* Bookmarks
*h* History
-------------------------------------
The order is important, so [c]:set complete=bs[c] would list bookmarks first, The order is important, so [c]:set complete=bs[c] would list bookmarks first,
and then any available quick searches. Add "sort" to the 'wildoptions' option and then any available quick searches. Add "sort" to the 'wildoptions' option
@@ -166,18 +171,20 @@ ____
|\'go'| |\'guioptions'| |\'go'| |\'guioptions'|
||'guioptions' 'go'|| charlist (default: "") ||'guioptions' 'go'|| charlist (default: "")
____ ____
Show or hide the menu, toolbar and scrollbars. Supported characters: Show or hide certain GUI elements like the menu or toolbar. Supported characters:
* *m*: menubar `---`-----------
* *T*: toolbar *m* menubar
* *b*: bookmark bar *T* toolbar
*b* bookmark bar
----------------
You can also hide the tab bar with [c]:set showtabline=0[c]. You can also hide the tab bar with [c]:set showtabline=0[c].
____ ____
|\'hto'| |\'hinttimeout'| |\'hto'| |\'hinttimeout'|
||'hinttimeout' 'hto'|| number (default: 0) ||'hinttimeout' 'hto'|| number (default 0)
____ ____
Automatically follow non unique numerical hint after 'hinttimeout' Automatically follow non unique numerical hint after 'hinttimeout'
milliseconds. + milliseconds. +
@@ -247,9 +254,11 @@ ____
____ ____
Determines when the last window will have a status line. Possible values: Determines when the last window will have a status line. Possible values:
* 0: never `---`---------------------------------
* 1: only if there are multiple windows *0* never
* 2: always *1* only if there are multiple windows
*2* always
--------------------------------------
NOTE: laststatus=1 not implemented yet. NOTE: laststatus=1 not implemented yet.
____ ____