commit 830eba1738d617f27595e2307709809c8990f683 (patch)
parent c5ba384f84b642708ab503a4993c5a3864571b2c
Author: Alex Karle <alex@alexkarle.com>
Date: Mon, 21 Feb 2022 20:05:55 -0500
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!
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitconfig b/.gitconfig
@@ -5,6 +5,8 @@
email = alex@alexkarle.com
name = Alex Karle
+[diff]
+ tool = vimdiff
[color]
ui = false