sokolhessnerlab / resources

Technical how-to documents and collections of helpful links related to writing code and analyzing data.
https://sokolhessnerlab.github.io/resources/
MIT License
1 stars 0 forks source link

Guidance for using & configuring the default CLI text editor #3

Open psokolhessner opened 4 years ago

psokolhessner commented 4 years ago

Is your feature request related to a problem? Please describe. The default text editor (vi) for git commit requests is a little opaque/frustrating to use esp. for people who don't use CLI-based text editors very often.

Describe the solution you'd like

Additional context It's possible others' default CLI text editor is not vi? In which case the more general solution is preferred here (description of how to configure a personal choice of default CLI text editor; and a listing of some particularly good options)

aridyckovsky commented 4 years ago

Put together a section on vim, plus a quick couple of lines on Atom and Sublime. More importantly, in the "Git: Install & Setup" section, global configurations include setting a default text editor.