Git integration for the Vim editor
A wrapper for Git that injects its functionality inside Vim, such as
- View any blob, tree, commit, or tag in the repository
- Bring up the output of
git status
- interactive vertical blame split
git mv
on a file and simultaneously renames the buffer- grep exposure to search the work tree (or any arbitrary commit)
- statusline integration
- open the current file on GitHub
More at the github repository.