From b5568779f8a4224fcf4711a6b9f112f576c52445 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Fri, 13 Sep 2019 14:26:44 +0200 Subject: [PATCH] Set git difftool to prompt for every file Otherwise accidentally diffing a range with many changed files requires quitting lots of vim instances and leaves no time to abort in between. --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 376305e..536704f 100644 --- a/gitconfig +++ b/gitconfig @@ -5,7 +5,7 @@ tool = vimdiff [difftool] confirm = false - prompt = false + prompt = true [merge] tool = vimdiff3 [push]