summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-06-13 14:29:03 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-06-13 14:29:03 +0200
commit581b665653050124bb2d5284e6126b728263b462 (patch)
treef8617f090808cd3b48b2d2613c7122be68a2b710
parent435e880477c6573b34464375059d611c9942dd60 (diff)
downloadqutebrowser-581b665653050124bb2d5284e6126b728263b462.tar.gz
qutebrowser-581b665653050124bb2d5284e6126b728263b462.zip
Update docs
-rw-r--r--doc/changelog.asciidoc3
-rw-r--r--doc/help/commands.asciidoc5
-rw-r--r--doc/help/settings.asciidoc1
3 files changed, 9 insertions, 0 deletions
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 `<Alt+e>` 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-to-start-of-next-block,move-to-start-of-next-block>>|Move the cursor or selection to the start of next block.
|<<move-to-start-of-prev-block,move-to-start-of-prev-block>>|Move the cursor or selection to the start of previous block.
|<<prompt-accept,prompt-accept>>|Accept the current prompt.
+|<<prompt-fileselect-external,prompt-fileselect-external>>|Choose a location using a configured external picker.
|<<prompt-item-focus,prompt-item-focus>>|Shift the focus of the prompt file completion menu to another item.
|<<prompt-open-download,prompt-open-download>>|Immediately open a download.
|<<prompt-yank,prompt-yank>>|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:[&lt;Alt-B&gt;]+: +pass:[rl-backward-word]+
* +pass:[&lt;Alt-Backspace&gt;]+: +pass:[rl-backward-kill-word]+
* +pass:[&lt;Alt-D&gt;]+: +pass:[rl-kill-word]+
+* +pass:[&lt;Alt-E&gt;]+: +pass:[prompt-fileselect-external]+
* +pass:[&lt;Alt-F&gt;]+: +pass:[rl-forward-word]+
* +pass:[&lt;Alt-Shift-Y&gt;]+: +pass:[prompt-yank --sel]+
* +pass:[&lt;Alt-Y&gt;]+: +pass:[prompt-yank]+