From e534a8de0eeccf5a0caeb929ec10669c32ea4712 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Thu, 8 May 2014 11:52:48 +0200 Subject: [PATCH] Automatically autocorrect misspelled git commands. --- tilde/gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tilde/gitconfig b/tilde/gitconfig index cfcac95..38f36f1 100644 --- a/tilde/gitconfig +++ b/tilde/gitconfig @@ -6,6 +6,10 @@ frag = white old = red bold new = green bold + +[help] + autocorrect = 1 + [core] # Force vim in foreground mode. editor = vim -f