Do you use vim as your default text editor? If you do not, have you ever been in a situation you could do nothing but use vim?
Do you use vim as your default text editor? If you do not, have you ever been in a situation you could do nothing but use vim?
git config --global core.editor "ed"if you don’t like using vim.
edis the standard Unix text editor!