src-d / engine-deprecated

[DISCONTINUED] Go to https://github.com/src-d/sourced-ce/
https://docs.sourced.tech/engine
Apache License 2.0
217 stars 26 forks source link

New command srcd config #446

Closed carlosms closed 5 years ago

carlosms commented 5 years ago

Fix #422.

I only knew about EDITOR env var. Apparently for historic reasons many programs look first for an editor set in VISUAL, and fall back to EDITOR if that one is not set.

If there isn't an editor set I chose to use nano for macos and linux. It should be installed by default, and if you don't have an editor preference nano will be more user friendly than vim or emacs.