We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5839e8d commit 65bed11Copy full SHA for 65bed11
Users/Tutorial.rst
@@ -194,6 +194,12 @@ one for the Makefile. This time coala (or better, the
194
provide as much helpful information as possible and provides you the
195
option to directly open the file in an editor of your choice.
196
197
+.. note::
198
+
199
+ If you want to set a default editor and not be asked for one every time,
200
+ you can simply add ``editor=$editorName`` (i.e. editor=vim) to your
201
+ project's ``.coafile`` and it will automatically open in that one.
202
203
.. note::
204
205
If your editor is already open this may not work, because the other
0 commit comments