Toggle show html source of current page.
.TP
.B gF
-Opend the Web Inspector for current page.
+Open the Web Inspector for current page.
.TP
.B CTRL\-V
Pass the next key press directly to gtk.
Start Command Mode and print `:tabopen URI' to input box.
.TP
.B gh
-Opend the configured home-page.
+Open the configured home-page.
.TP
.B gH
Open the configured home-page into new window.
may remove other content from there!
.TP
.BI [ N ]n
-Search for \fIN\fPnth next search result depending on current serach
+Search for \fIN\fPnth next search result depending on current search
direction.
.TP
.BI [ N ]N
-Search for \fIN\fPnth previous search result depending on current serach
+Search for \fIN\fPnth previous search result depending on current search
direction.
.SS Zooming
.TP
value like '#f57700'.
.TP
.BI ":se[t] " VAR += VALUE
-Add the \fIVALUE\fP to a number option, or apend the \fIVALUE\fP to a string
+Add the \fIVALUE\fP to a number option, or append the \fIVALUE\fP to a string
option. When the option is a comma separated list, a comma is added, unless
the value was empty.
.TP
.BI ":se[t] " VAR !
Toggle the value of boolean variable \fIVAR\fP and display the new set value.
.SS Queue
-The queue allows to mark URIs for later reding (something like a read it later
+The queue allows to mark URIs for later reading (something like a read it later
list). This list is shared between the single instances of vimb. Only
available if vimb has been compiled with QUEUE feature.
.TP
.TP
.BI ":sh[ellcmd] " CMD
Runs given shell \fICMD\fP syncron and print the output into inputbox.
-Follwing pattern in \fICMD\fP are expanded, '~username', '~/', '$VAR'
+Following pattern in \fICMD\fP are expanded, '~username', '~/', '$VAR'
and '${VAR}'. A '\\' before these patterns disables the expansion.
Example: :sh ls -l $HOME
.BI ":s[ave] [" PATH "]"
Download current opened page into configured download directory. If \fIPATH\fP
is given, download under this file name or path. \fIPATH\fP is expanded and
-can therefor contain '~/', '${ENV}' and '~user' pattern.
+can therefore contain '~/', '${ENV}' and '~user' pattern.
.TP
.B :q[uit]
Close the browser. This will be refused if there are running downloads.
"foot" and tags starting with "ba" like "ball".
.TP
.B boomark tags
-The boomark tag completion allows to insert already used bookmars for the
+The boomark tag completion allows to insert already used bookmarks for the
`:bma ` commands.
.TP
.B search
Load images automatically.
.TP
.B auto-resize-window (bool)
-Indicates if vimb will honor size and position changes of the windo by various
+Indicates if vimb will honor size and position changes of the window by various
DOM methods.
-.TP auto-shrink-images (bool)
+.TP
+.B auto-shrink-images (bool)
Automatically shrink standalone images to fit.
.TP
.B caret (bool)
new headers. The format for the header list elements is `name[=[value]]'.
Note that these headers will replace already existing headers. If there is
-no '=' after the header name, than the complete header will be removed from
+no '=' after the header name, then the complete header will be removed from
the request, if the '=' is present means that the header value is set to empty
value.
.B strict-focus (bool)
Indicates if vimb follows the instruction of the page to focus a form field
without user interaction. If set the true, vimb will no switch to input mode
-if the pages say so and vimb will remove the focus fro the form field.
+if the pages say so and vimb will remove the focus from the form field.
.TP
.B strict-ssl (bool)
If 'on', vimb will not load a untrusted https site.