Skip to content

Commit

Permalink
Tutorial: Mention how to set default editor
Browse files Browse the repository at this point in the history
Closes coala#94
  • Loading branch information
Adrianzatreanu committed Oct 29, 2017
1 parent 5839e8d commit 65bed11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Users/Tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,12 @@ one for the Makefile. This time coala (or better, the
provide as much helpful information as possible and provides you the
option to directly open the file in an editor of your choice.

.. note::

If you want to set a default editor and not be asked for one every time,
you can simply add ``editor=$editorName`` (i.e. editor=vim) to your
project's ``.coafile`` and it will automatically open in that one.

.. note::

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

0 comments on commit 65bed11

Please sign in to comment.