Browse Source

Mention Zed in external editor exec flags

DeeJayLSP 1 month ago
parent
commit
b168a03250
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/editor/external_editor.rst

+ 1 - 1
tutorials/editor/external_editor.rst

@@ -54,7 +54,7 @@ Some example **Exec Flags** for various editors include:
 +---------------------+-----------------------------------------------------+
 | Emacs               | ``emacs +{line}:{col} {file}``                      |
 +---------------------+-----------------------------------------------------+
-| Sublime Text        | ``{project} {file}:{line}:{col}``                   |
+| Sublime Text/Zed    | ``{project} {file}:{line}:{col}``                   |
 +---------------------+-----------------------------------------------------+
 | Visual Studio*      | ``/edit "file"``                                    |
 +---------------------+-----------------------------------------------------+