VIM and version control
How are people using VIM and version control?
4 comments
Fugitive works well for me: https://github.com/tpope/vim-fugitive
:!git commit -m "change"
What if you only want to commit a subset of the files that have changed in a given directory?
commit only commits changes that have been staged