After a bit of googling, it turns out that the answer is to run the following:
git config --global core.editor $(which vim)
After a bit of googling, it turns out that the answer is to run the following:
git config --global core.editor $(which vim)