diff --git a/README.asciidoc b/README.asciidoc index 94df11d17..b35f7a643 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -183,6 +183,7 @@ Contributors, sorted by the number of commits in descending order: * Zach-Button * Halfwit * rikn00 +* Ryan Roden-Corrent * Michael Ilsaas * Martin Zimmermann * Brian Jackson @@ -195,7 +196,6 @@ Contributors, sorted by the number of commits in descending order: * Larry Hynes * Johannes Altmanninger * Samir Benmendil -* Ryan Roden-Corrent * Regina Hug * Mathias Fussenegger * Marcelo Santos diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 7d70614d3..45d19ad86 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -20,7 +20,7 @@ |<>|Open the last/[count]th download. |<>|Remove the last/[count]th download from the list. |<>|Retry the first failed/[count]th download. -|<>|Compose a url in an external editor and navigate to it. +|<>|Navigate to a url formed in an external editor. |<>|Send a fake keypress or key string to the website or qutebrowser. |<>|Go forward in the history of the current tab. |<>|Toggle fullscreen mode. @@ -228,10 +228,14 @@ The index of the download to retry. === edit-url Syntax: +:edit-url [*--bg*] [*--tab*] [*--window*] ['url']+ -Open a URL in an external editor and navigate to it upon closing the editor. +Navigate to a url formed in an external editor. + +The editor which should be launched can be configured via the `general -> editor` config option. + +==== positional arguments +* +'url'+: URL to edit; defaults to the current page url. ==== optional arguments -* +'url'+: A URL to pre-populate the editor with; defaults to the current URL. * +*-b*+, +*--bg*+: Open in a new background tab. * +*-t*+, +*--tab*+: Open in a new tab. * +*-w*+, +*--window*+: Open in a new window.