EN
Linux - how to change git editor from vi to vim?
4
points
Hi, today I would like to share with you a quick solution how to change git editor from vi to vim.
We can set new editor by using git config.
Entire working command:
git config --global core.editor vim