summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrafa_99 <raroma09@gmail.com>2021-10-15 22:53:09 +0100
committerrafa_99 <raroma09@gmail.com>2021-10-15 22:53:09 +0100
commitdbe7f1c507d1408b3f1754e4992a2fb545b03c2a (patch)
treed430b52a5e1c23e502fdcd09ca8895dca437f4cc /doc
parent2aa2aed1136331d6843bc140092bad55dd490f4e (diff)
new feature: show some settings on statusbar
Diffstat (limited to 'doc')
-rw-r--r--doc/neovimb.118
1 files changed, 12 insertions, 6 deletions
diff --git a/doc/neovimb.1 b/doc/neovimb.1
index bba06e3..4ea7277 100644
--- a/doc/neovimb.1
+++ b/doc/neovimb.1
@@ -1353,6 +1353,12 @@ Whether JavaScript can access the clipboard.
.B javascript-can-open-windows-automatically (bool)
Whether JavaScript can open popup windows automatically without user
interaction.
+.PD
+.RE
+.TP
+.B javascript-enable-markup (bool)
+Whether JavaScript markup is enabled.
+Disabling can help with some older systems (ppc, ppc64, etc.) that don't have complete JavaScript support to run webpages without crashing.
.TP
.B geolocation (string)
Controls website access to the geolocation API {`always', `never', `ask' (display a prompt each time)}
@@ -1457,6 +1463,12 @@ Brazil.
.TP
.B status-bar (bool)
Indicates if the status bar should be shown.
+.PD
+.RE
+.TP
+.B status-bar-show-settings (bool)
+Whether to show settings on the status bar.
+This shows on the right hand of the status bar whether JavaScript, Cookies, and HTML5 LocalStorage are enabled.
.TP
.B status-css (string)
CSS style applied to the status bar on none https pages.
@@ -1521,12 +1533,6 @@ This fills the inputbox with the prefilled download command and replaces
Whether to enable the XSS auditor.
This feature filters some kinds of reflective XSS attacks on vulnerable web
sites.
-.PD
-.RE
-.TP
-.B javascript-enable-markup (bool)
-Whether JavaScript markup is enabled.
-Disabling can help with some older systems (ppc, ppc64, etc.) that don't have complete JavaScript support to run webpages without crashing.
.
.
.SH FILES