.PD
.RE
.TP
-Hint modes:
+.B Hint modes:
+.RS
.PD 0
.TP
.B f
Yank hint's text description or form text into primary and secondary
clipboard.
.PD
+.RE
.TP
.BI Syntax: " g;{mode}{hint}"
Start an extended hints mode and stay there until <Esc> is pressed. Like the
mappings. This allows for nested and recursive use of mappings.
.RS
.P
-Example:
+Examples:
.PD 0
.IP ":cmap <C-G>h /home/user/downloads/"
Adds a keybind to insert a file path into the input box. This could be useful
.TP
.BI ":aug[roup]! {" name "}"
Delete the autocmd group \fIname\fP.
-.TP
+.PP
Example
.EX
-:augroup github
-: autocmd LoadCommited * set scripts=off|set cookie-accept=never
-: autocmd LoadCommited http{s,}://github.com/* set scripts=on|set cookie-accept=origin
-:augroup end
+:aug github
+: au LoadCommited * set scripts=off|set cookie-accept=never
+: au LoadCommited http{s,}://github.com/* set scripts=on
+:aug end
.EE
.SS Misc
.TP
Execute normal mode commands \fICMDS\fP. This makes it possible to execute
normal mode commands typed on the input box. If the \fI!\fP is given, mappings
will not be used.
-
\fICMDS\fP cannot start with a space. Put a count of 1 (one) before it, "1 "
is one space.
-
This comman cannot be followed by antoher command, since any '|' is considered
part of the command.
completion looks up for every given word in the history URI and titles. Only
those history items are shown, where the title or URI contains all tags.
-Example:
-":open foo bar<Tab>" will complete only URIs that contain the words foo and
-bar.
+Example
+.RS
+.PD 0
+.IP ":open foo bar<Tab>"
+will complete only URIs that contain the words foo and bar.
+.PD
+.RE
.TP
.B bookmarks
The bookmark completion is similar to the history completion, but does match
\fB!\fP` or `:tabopen \fB!\fP` and does a prefix search for all given words in
the bookmark tags.
-Example:
-":open \fB!\fPfoo ba" will match all bookmark that have the tags "foo" or
-"foot" and tags starting with "ba" like "ball".
+Example
+.RS
+.PD 0
+.IP ":open \fB!\fPfoo ba"
+will match all bookmark that have the tags "foo" or "foot" and tags starting
+with "ba" like "ball".
+.PD
+.RE
.TP
.B boomark tags
The boomark tag completion allows to insert already used bookmarks for the
Indicates if the proxy is enabled in vimb. If enable this variable is `1',
otherwise `0'. Note that this variable gives no hint if the proxy settings
apply to the URL to be downloaded, only if proxy is enabled in general.
+
+.PP
+Example
+.IP ":set download-command=/bin/sh -c \[char34]wget -c %s -O $VIMB_FILE --load-cookies $VIMB_COOKIES\[char34]"
.PD
-.P
-Example: :set download-command=/bin/sh -c "wget -c %s -O $VIMB_FILE
---load-cookies $VIMB_COOKIES"
.RE
.TP
.B download-path (string)
To use '=' within a header value the value must be quoted like shown in
Example for the Cookie header.
.RS
-.P
+.PP
Example:
.PD 0
.IP ":set header=DNT=1,User-Agent,Cookie='name=value'"