From 322b3c56a089697d39e931a1f2d70ad0fdc93747 Mon Sep 17 00:00:00 2001 From: xero Date: Wed, 13 Jan 2016 21:40:57 -0500 Subject: use vimdiff as the git difftool --- git/.gitconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'git/.gitconfig') diff --git a/git/.gitconfig b/git/.gitconfig index c6e923f..a67a232 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -9,5 +9,10 @@ last = log -1 --stat unstage = reset HEAD -- cached = diff --cached + d = difftool [color] ui = auto +[diff] + tool = vimdiff +[difftool] + prompt = false -- cgit v1.2.1