From c14135a6ce4fbbb1cb67a37f5894d0c2e4bf5faf Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 19 Nov 2017 19:57:44 +0100 Subject: [PATCH] Add :edit-command to docs --- doc/help/commands.asciidoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 04377c055..29679913e 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -47,6 +47,7 @@ It is possible to run or bind multiple commands by separating them with `;;`. |<>|Open the last/[count]th download. |<>|Remove the last/[count]th download from the list. |<>|Retry the first failed/[count]th download. +|<>|Open an editor to modify the current command. |<>|Navigate to a url formed in an external editor. |<>|Enter a key mode. |<>|Send a fake keypress or key string to the website or qutebrowser. @@ -407,6 +408,15 @@ Retry the first failed/[count]th download. ==== count The index of the download to retry. +[[edit-command]] +=== edit-command +Syntax: +:edit-command [*--run*]+ + +Open an editor to modify the current command. + +==== optional arguments +* +*-r*+, +*--run*+: Run the command if the editor exits successfully. + [[edit-url]] === edit-url Syntax: +:edit-url [*--bg*] [*--tab*] [*--window*] [*--private*] [*--related*] ['url']+