From 43090d146b88051d7f32aad501a40beec438f60f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 27 Mar 2017 07:09:48 +0200 Subject: [PATCH] Update docs --- CHANGELOG.asciidoc | 1 + README.asciidoc | 1 + doc/help/commands.asciidoc | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index d3df3b22c..b9ff9176a 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -23,6 +23,7 @@ Added - New `:clear-messages` command to clear shown messages. - New `ui -> keyhint-delay` setting to configure the delay until the keyhint overlay pops up. +- New `-s` option for `:open` to force a HTTPS scheme. Changed ~~~~~~~ diff --git a/README.asciidoc b/README.asciidoc index bb9952645..99062bd99 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -253,6 +253,7 @@ Contributors, sorted by the number of commits in descending order: * haxwithaxe * evan * dylan araps +* caveman * addictedtoflames * Xitian9 * Vasilij Schneidermann diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 02427b97b..3e10b9d81 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -544,7 +544,7 @@ For `increment` and `decrement`, the number to change the URL by. For `up`, the [[open]] === open -Syntax: +:open [*--implicit*] [*--bg*] [*--tab*] [*--window*] ['url']+ +Syntax: +:open [*--implicit*] [*--bg*] [*--tab*] [*--window*] [*--secure*] ['url']+ Open a URL in the current/[count]th tab. @@ -559,6 +559,7 @@ If the URL contains newlines, each line gets opened in its own tab. * +*-b*+, +*--bg*+: Open in a new background tab. * +*-t*+, +*--tab*+: Open in a new tab. * +*-w*+, +*--window*+: Open in a new window. +* +*-s*+, +*--secure*+: Force HTTPS. ==== count The tab index to open the URL in.