(dir)VimDiff as GIT difftool

Tig blame + VIM showing all files of a GIT commit in diff-tabs using dirvimdiff
I configured GIT's difftool command to show the changed files as diff-split file tabs I can easily cycle through by pressing gt.
This makes for a good terminal-based meld/beyond compare/... alternative.
Combined with Tig, it allows to quickly inspect a GIT commit's modifications in file context, let's take a look at the quick and simple steps to set it up.
Continue reading ...