From 5617e40b6295debe68c491a75d094721254e62b4 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Fri, 11 Nov 2022 10:37:04 -0500 Subject: [PATCH] git: Use vi instead of ed as editor At some point, this was a fun way to stay in touch with ed.. now it's just a surprise whenever I install a new system :) --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index c705064..2bdb444 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,5 +1,5 @@ [core] - editor = ed + editor = vi [user] email = alex@alexkarle.com -- libgit2 1.1.1