git cannot commit with vim
After a clean install of vim bootstrap setup, I cannot commit with vim. Simply fix it by resetting default git prefer editor:
git config core.editor 'vim'
After a clean install of vim bootstrap setup, I cannot commit with vim. Simply fix it by resetting default git prefer editor:
git config core.editor 'vim'