summaryrefslogtreecommitdiff
path: root/doc/help/commands.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-20 14:30:49 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-20 18:00:38 +0100
commit7146c18183e9eadfee2d7a9e7af21b183e207fdd (patch)
tree2b0022db8864c8a0d49d01122d03c91e48719591 /doc/help/commands.asciidoc
parentfd6790fe8c02b144ab2464f1fc8ab3d02ce3c476 (diff)
downloadqutebrowser-7146c18183e9eadfee2d7a9e7af21b183e207fdd.tar.gz
qutebrowser-7146c18183e9eadfee2d7a9e7af21b183e207fdd.zip
Rename :open-editor to :edit-text
See #6022
Diffstat (limited to 'doc/help/commands.asciidoc')
-rw-r--r--doc/help/commands.asciidoc14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index cc9c4cb2f..d6bf5d357 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -60,6 +60,7 @@ possible to run or bind multiple commands by separating them with `;;`.
|<<download-remove,download-remove>>|Remove the last/[count]th download from the list.
|<<download-retry,download-retry>>|Retry the first failed/[count]th download.
|<<edit-command,edit-command>>|Open an editor to modify the current command.
+|<<edit-text,edit-text>>|Open an external editor with the currently selected form field.
|<<edit-url,edit-url>>|Navigate to a url formed in an external editor.
|<<enter-mode,enter-mode>>|Enter a key mode.
|<<fake-key,fake-key>>|Send a fake keypress or key string to the website or qutebrowser.
@@ -85,7 +86,6 @@ possible to run or bind multiple commands by separating them with `;;`.
|<<navigate,navigate>>|Open typical prev/next links or navigate using the URL path.
|<<nop,nop>>|Do nothing.
|<<open,open>>|Open a URL in the current/[count]th tab.
-|<<open-editor,open-editor>>|Open an external editor with the currently selected form field.
|<<print,print>>|Print the current/[count]th tab.
|<<quickmark-add,quickmark-add>>|Add a new quickmark.
|<<quickmark-del,quickmark-del>>|Delete a quickmark.
@@ -492,6 +492,12 @@ Open an editor to modify the current command.
==== optional arguments
* +*-r*+, +*--run*+: Run the command if the editor exits successfully.
+[[edit-text]]
+=== edit-text
+Open an external editor with the currently selected form field.
+
+The editor which should be launched can be configured via the `editor.command` config option.
+
[[edit-url]]
=== edit-url
Syntax: +:edit-url [*--bg*] [*--tab*] [*--window*] [*--private*] [*--related*] ['url']+
@@ -915,12 +921,6 @@ The tab index to open the URL in.
==== note
* This command does not split arguments after the last argument and handles quotes literally.
-[[open-editor]]
-=== open-editor
-Open an external editor with the currently selected form field.
-
-The editor which should be launched can be configured via the `editor.command` config option.
-
[[print]]
=== print
Syntax: +:print [*--preview*] [*--pdf* 'file']+