diff --git a/tutorials/editor/external_editor.rst b/tutorials/editor/external_editor.rst index ec093871ccd..be40e228a80 100644 --- a/tutorials/editor/external_editor.rst +++ b/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"`` | +---------------------+-----------------------------------------------------+