banga / git-split-diffs

Syntax highlighted side-by-side diffs in your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vimdiff as an Alternative for README

bbkane opened this issue · comments

I have the following in my ~/.gitconfig:

[alias]
	# already have gruvbox plugin as a really good diffing colorscheme
	vimdiff = difftool --no-prompt --extcmd 'nvim -d'

Which produces a diff like:

$ git vimdiff HEAD~1 HEAD

image

You can also replace nvim with vim, of course

This might be worth adding to the "Acknowledgements" section of the README

Closing due to age