Konfigurasi editor git vim

git config --global core.editor "vim"

or

export GIT_EDITOR=vim
Fusinato