Update docs

This commit is contained in:
Florian Bruhin 2017-03-27 07:09:48 +02:00
parent f6906512dc
commit 43090d146b
3 changed files with 4 additions and 1 deletions

View File

@ -23,6 +23,7 @@ Added
- New `:clear-messages` command to clear shown messages. - New `:clear-messages` command to clear shown messages.
- New `ui -> keyhint-delay` setting to configure the delay until - New `ui -> keyhint-delay` setting to configure the delay until
the keyhint overlay pops up. the keyhint overlay pops up.
- New `-s` option for `:open` to force a HTTPS scheme.
Changed Changed
~~~~~~~ ~~~~~~~

View File

@ -253,6 +253,7 @@ Contributors, sorted by the number of commits in descending order:
* haxwithaxe * haxwithaxe
* evan * evan
* dylan araps * dylan araps
* caveman
* addictedtoflames * addictedtoflames
* Xitian9 * Xitian9
* Vasilij Schneidermann * Vasilij Schneidermann

View File

@ -544,7 +544,7 @@ For `increment` and `decrement`, the number to change the URL by. For `up`, the
[[open]] [[open]]
=== 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. 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. * +*-b*+, +*--bg*+: Open in a new background tab.
* +*-t*+, +*--tab*+: Open in a new tab. * +*-t*+, +*--tab*+: Open in a new tab.
* +*-w*+, +*--window*+: Open in a new window. * +*-w*+, +*--window*+: Open in a new window.
* +*-s*+, +*--secure*+: Force HTTPS.
==== count ==== count
The tab index to open the URL in. The tab index to open the URL in.