To make vim the default editor for git on ubuntu 20:04 run the following command:
git config --global core.editor vim
To make vim the default editor for git on ubuntu 20:04 run the following command:
git config --global core.editor vim