Regenerate docs

This commit is contained in:
Florian Bruhin 2016-04-05 18:38:56 +02:00
parent 6b3ee53064
commit 107126c42e
2 changed files with 8 additions and 4 deletions

View File

@ -183,6 +183,7 @@ Contributors, sorted by the number of commits in descending order:
* Zach-Button * Zach-Button
* Halfwit * Halfwit
* rikn00 * rikn00
* Ryan Roden-Corrent
* Michael Ilsaas * Michael Ilsaas
* Martin Zimmermann * Martin Zimmermann
* Brian Jackson * Brian Jackson
@ -195,7 +196,6 @@ Contributors, sorted by the number of commits in descending order:
* Larry Hynes * Larry Hynes
* Johannes Altmanninger * Johannes Altmanninger
* Samir Benmendil * Samir Benmendil
* Ryan Roden-Corrent
* Regina Hug * Regina Hug
* Mathias Fussenegger * Mathias Fussenegger
* Marcelo Santos * Marcelo Santos

View File

@ -20,7 +20,7 @@
|<<download-open,download-open>>|Open the last/[count]th download. |<<download-open,download-open>>|Open the last/[count]th download.
|<<download-remove,download-remove>>|Remove the last/[count]th download from the list. |<<download-remove,download-remove>>|Remove the last/[count]th download from the list.
|<<download-retry,download-retry>>|Retry the first failed/[count]th download. |<<download-retry,download-retry>>|Retry the first failed/[count]th download.
|<<edit-url,edit-url>>|Compose a url in an external editor and navigate to it. |<<edit-url,edit-url>>|Navigate to a url formed in an external editor.
|<<fake-key,fake-key>>|Send a fake keypress or key string to the website or qutebrowser. |<<fake-key,fake-key>>|Send a fake keypress or key string to the website or qutebrowser.
|<<forward,forward>>|Go forward in the history of the current tab. |<<forward,forward>>|Go forward in the history of the current tab.
|<<fullscreen,fullscreen>>|Toggle fullscreen mode. |<<fullscreen,fullscreen>>|Toggle fullscreen mode.
@ -228,10 +228,14 @@ The index of the download to retry.
=== edit-url === edit-url
Syntax: +:edit-url [*--bg*] [*--tab*] [*--window*] ['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 ==== optional arguments
* +'url'+: A URL to pre-populate the editor with; defaults to the current URL.
* +*-b*+, +*--bg*+: Open in a new background tab. * +*-b*+, +*--bg*+: Open in a new background tab.
* +*-t*+, +*--tab*+: Open in a new tab. * +*-t*+, +*--tab*+: Open in a new tab.
* +*-w*+, +*--window*+: Open in a new window. * +*-w*+, +*--window*+: Open in a new window.