Setting the EDITOR environmental variable to something along the lines of C:\Program Files\Sublime Text 3\subl.exe doesn't work. I think it would work correctly with a path that doesn't contain spaces.
Also, I believe that it would be better to put the default editor for windows as notepad.exe Since it will always be available from the command line, but subl.exe would only be available if it's in the PATH.
Setting the EDITOR environmental variable to something along the lines of
C:\Program Files\Sublime Text 3\subl.exedoesn't work. I think it would work correctly with a path that doesn't contain spaces.Also, I believe that it would be better to put the default editor for windows as
notepad.exeSince it will always be available from the command line, butsubl.exewould only be available if it's in the PATH.