top | item 46922843 (no title) nwellnhof | 24 days ago > This is bad when I'm using it as the editor for something like git commit, which will fail if $EDITOR returns nonzero.I got hit by this so often and never knew the reason. At least I know who's to blame now. discuss order hn newest dwaite|23 days ago https://stackoverflow.com/questions/66283714/how-can-i-force...explicitly using vim (rather than the vi alias) is supposed to give the return code behavior you prefer. badc0ffee|23 days ago Thank you! That actually explains everything.
dwaite|23 days ago https://stackoverflow.com/questions/66283714/how-can-i-force...explicitly using vim (rather than the vi alias) is supposed to give the return code behavior you prefer. badc0ffee|23 days ago Thank you! That actually explains everything.
dwaite|23 days ago
explicitly using vim (rather than the vi alias) is supposed to give the return code behavior you prefer.
badc0ffee|23 days ago