From 288494b1ebb0309489236b230a10e78ec96b6f64 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Sun, 20 Feb 2022 22:01:53 -0500 Subject: [PATCH] add autocorrect and change vim to vi --- dot_gitconfig.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 0653cd7..43a70ed 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -1,5 +1,5 @@ [core] - editor = vim + editor = vi quotepath = false pager = delta [alias] @@ -48,3 +48,5 @@ [interactive] diffFilter = delta --color-only +[help] + autocorrect = 20