From d5cf8ef8948007b61a4afdb074afde823cf283b8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 26 Jul 2016 10:54:45 +0200 Subject: [PATCH] Update docs --- CHANGELOG.asciidoc | 2 ++ doc/help/commands.asciidoc | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index f0bd07795..55c928a09 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -32,6 +32,8 @@ Added Note that two former default bundings conflict with that binding, unbinding them via `:unbind .i` and `:unbind .o` is recommended. - New `qute:bookmarks` page which displays all bookmarks and quickmarks. +- New `:prompt-open-download` (bound to `Ctrl-X`) which can be used to open a + download directly when getting the filename prompt. Changed ~~~~~~~ diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index eea3f0d7f..af9089135 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -936,6 +936,7 @@ How many steps to zoom out. |<>|Paste the primary selection at cursor position. |<>|Accept the current prompt. |<>|Answer no to a yes/no prompt. +|<>|Immediately open a download. |<>|Answer yes to a yes/no prompt. |<>|Repeat the last executed command. |<>|Move back a character. @@ -1160,6 +1161,10 @@ Accept the current prompt. === prompt-no Answer no to a yes/no prompt. +[[prompt-open-download]] +=== prompt-open-download +Immediately open a download. + [[prompt-yes]] === prompt-yes Answer yes to a yes/no prompt.