Skip to content

Commit 65bed11

Browse files
Tutorial: Mention how to set default editor
Closes coala#94
1 parent 5839e8d commit 65bed11

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Users/Tutorial.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,12 @@ one for the Makefile. This time coala (or better, the
194194
provide as much helpful information as possible and provides you the
195195
option to directly open the file in an editor of your choice.
196196

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+
197203
.. note::
198204

199205
If your editor is already open this may not work, because the other

0 commit comments

Comments
 (0)