From 830eba1738d617f27595e2307709809c8990f683 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Mon, 21 Feb 2022 20:05:55 -0500 Subject: [PATCH] git: Add diff.tool=vimtool I'm surprised I've gone so long without this one! It's ironically something coming out of color.ui=false--diffing the README in the last commit proved WAY too hard to visualy parse, given it was a whole rewrite. Using vimdiff via git-difftool(1) was super helpful! --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 51f3f24..79e521c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,6 +5,8 @@ email = alex@alexkarle.com name = Alex Karle +[diff] + tool = vimdiff [color] ui = false -- libgit2 1.1.1