From 510b4379163d60d56cac27601eb10637550f7262 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 10 May 2017 10:13:02 +0200 Subject: [PATCH] Update docs --- doc/help/commands.asciidoc | 6 +++++- doc/help/settings.asciidoc | 16 ++++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index c79d83d08..5668e9df6 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -544,7 +544,8 @@ For `increment` and `decrement`, the number to change the URL by. For `up`, the [[open]] === open -Syntax: +:open [*--implicit*] [*--bg*] [*--tab*] [*--window*] [*--secure*] ['url']+ +Syntax: +:open [*--implicit*] [*--bg*] [*--tab*] [*--window*] [*--secure*] [*--private*] + ['url']+ Open a URL in the current/[count]th tab. @@ -560,6 +561,7 @@ If the URL contains newlines, each line gets opened in its own tab. * +*-t*+, +*--tab*+: Open in a new tab. * +*-w*+, +*--window*+: Open in a new window. * +*-s*+, +*--secure*+: Force HTTPS. +* +*-p*+, +*--private*+: Open a new window in private browsing mode. ==== count The tab index to open the URL in. @@ -743,6 +745,7 @@ Load a session. [[session-save]] === session-save Syntax: +:session-save [*--current*] [*--quiet*] [*--force*] [*--only-active-window*] + [*--with-private*] ['name']+ Save a session. @@ -756,6 +759,7 @@ Save a session. * +*-q*+, +*--quiet*+: Don't show confirmation message. * +*-f*+, +*--force*+: Force saving internal sessions (starting with an underline). * +*-o*+, +*--only-active-window*+: Saves only tabs of the currently active window. +* +*-w*+, +*--with-private*+: Include private windows. [[set]] === set diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index b2479f959..aaf51ed5e 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -221,6 +221,8 @@ |<>|Color of the scrollbar in completion view |<>|Foreground color of the statusbar. |<>|Background color of the statusbar. +|<>|Foreground color of the statusbar in private browsing mode. +|<>|Background color of the statusbar in private browsing mode. |<>|Foreground color of the statusbar in insert mode. |<>|Background color of the statusbar in insert mode. |<>|Foreground color of the statusbar in command mode. @@ -404,8 +406,6 @@ Valid values: Default: +pass:[false]+ -This setting is only available with the QtWebKit backend. - [[general-developer-extras]] === developer-extras Enable extra tools for Web developers. @@ -1906,6 +1906,18 @@ Background color of the statusbar. Default: +pass:[black]+ +[[colors-statusbar.fg.private]] +=== statusbar.fg.private +Foreground color of the statusbar in private browsing mode. + +Default: +pass:[${statusbar.fg}]+ + +[[colors-statusbar.bg.private]] +=== statusbar.bg.private +Background color of the statusbar in private browsing mode. + +Default: +pass:[grey]+ + [[colors-statusbar.fg.insert]] === statusbar.fg.insert Foreground color of the statusbar in insert mode.