From 4f733caf636739a736092962daabeb8252e6746b Mon Sep 17 00:00:00 2001 From: darkelfe14728 Date: Tue, 28 May 2019 15:00:45 +0200 Subject: [PATCH] Git - use vim as diff tool --- gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitconfig b/gitconfig index 461910a..b195580 100644 --- a/gitconfig +++ b/gitconfig @@ -36,3 +36,7 @@ [custom "serverbranch"] remote = origin branch = master +[diff] + tool = vimdiff +[difftool] + prompt = false