From 581b665653050124bb2d5284e6126b728263b462 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 13 Jun 2022 14:29:03 +0200 Subject: Update docs --- doc/changelog.asciidoc | 3 +++ doc/help/commands.asciidoc | 5 +++++ doc/help/settings.asciidoc | 1 + 3 files changed, 9 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index aaab078e9..62835e412 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -24,6 +24,9 @@ Added - On invalid commands/settings with a similarly spelled match, qutebrowser now suggests the correct name in its error messages. +- New `:prompt-fileselect-external` command which can be used to spawn an + external file selector (`fileselect.folder.command`) from download filename + prompts (bound to `` by default). - New features in userscripts: * `qutedmenu` gained new `window` and `private` options. * `qute-keepassxc` now supports unlock-on-demand, multiple account diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index e84e36c3a..03fee55d4 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -1678,6 +1678,7 @@ How many steps to zoom out. |<>|Move the cursor or selection to the start of next block. |<>|Move the cursor or selection to the start of previous block. |<>|Accept the current prompt. +|<>|Choose a location using a configured external picker. |<>|Shift the focus of the prompt file completion menu to another item. |<>|Immediately open a download. |<>|Yank URL to clipboard or primary selection. @@ -1866,6 +1867,10 @@ Accept the current prompt. ==== optional arguments * +*-s*+, +*--save*+: Save the value to the config. +[[prompt-fileselect-external]] +=== prompt-fileselect-external +Choose a location using a configured external picker. + [[prompt-item-focus]] === prompt-item-focus Syntax: +:prompt-item-focus 'which'+ diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 9341648d0..344879b4e 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -750,6 +750,7 @@ Default: * +pass:[<Alt-B>]+: +pass:[rl-backward-word]+ * +pass:[<Alt-Backspace>]+: +pass:[rl-backward-kill-word]+ * +pass:[<Alt-D>]+: +pass:[rl-kill-word]+ +* +pass:[<Alt-E>]+: +pass:[prompt-fileselect-external]+ * +pass:[<Alt-F>]+: +pass:[rl-forward-word]+ * +pass:[<Alt-Shift-Y>]+: +pass:[prompt-yank --sel]+ * +pass:[<Alt-Y>]+: +pass:[prompt-yank]+ -- cgit v1.2.3-54-g00ecf