undefined project
设置 vim 作为默认的 git editor 的方法是使用命令 git config --global core.editor "vim",设置完成后可在 .gitconfig 中查看。