From 7267ce56b77870a9f8216accb022884d4c690259 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Sat, 3 Feb 2018 00:08:31 +0100 Subject: [PATCH] gitconfig: use vim as default editor --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index e6d200e..cfbddbc 100644 --- a/gitconfig +++ b/gitconfig @@ -1,5 +1,7 @@ [user] email = mail@tpreisner.de name = Thomas Preisner +[core] + editor = vim [commit] verbose = true