I have been using Sublime as my text editor integrated with git for a couple of years now. I just wiped my computer and cannot get sublime to work correctly now. I did install Windows 10, so I’m not sure if it’s an issue specific to Win10 somehow.
My core.editor setting is ‘c:/program files/sublime text 3/sublime_text.exe’ -w. I’ve also tried using subl.exe instead with the same results.
If sublime is not open, performing a git action (such as a commit) will open sublime normally and if I close the git file or the entire sublime app, git recognizes that sublime is done and I can continue. If I already have sublime open and perform the same action, once I close the file or sublime, git still thinks sublime is not done. The sublime process is still running in the background when I look at Task Manager. I have no idea how to solve this problem. I tried running sublime from the command line without git and I have the same issues.