From 6b230651195cb2d7b19ab80f6ed681e47d15a4ae Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Thu, 16 Jun 2022 13:58:24 -0400 Subject: [PATCH] Explicitly use vim for the git editor --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 73de77e..753747b 100644 --- a/gitconfig +++ b/gitconfig @@ -11,6 +11,7 @@ hookspath = ~/.git_hooks preloadindex = true fscache = true + editor = vim [push] default = upstream [pull]