mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Add vim/gvim to a list of external editor flags
Sidenote: Even though the flags work both for vim and gvim, it probably makes more sense to use gvim, because the way Godot launches the editor won't work with normal vim since it doens't have a terminal to live in.
This commit is contained in:
@@ -37,5 +37,7 @@ Some example Exec Flags for various editors include:
|
||||
+---------------------+-----------------------------------------------------+
|
||||
| Visual Studio Code | {project} -\-goto {file}:{line}:{col} |
|
||||
+---------------------+-----------------------------------------------------+
|
||||
| Vim (gVim) | "+call cursor({line}, {col})" {file} |
|
||||
+---------------------+-----------------------------------------------------+
|
||||
|
||||
.. note:: For Visual Studio Code you will have to point to the "code.cmd" file.
|
||||
|
||||
Reference in New Issue
Block a user