Setting the default editor for git

  1. $ git config --global core.editor 'vim'
  2. $ export GIT_EDITOR=vim