From 8bb968a84df4703fdde73e75780f66dc5642bf76 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sat, 9 Jul 2022 13:41:58 -0700 Subject: [PATCH] use neovim for git commit --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 23446d8..a8bebaf 100644 --- a/.gitconfig +++ b/.gitconfig @@ -9,6 +9,7 @@ excludesfile = ~/.gitignore quotepath = false sparecheckout = true + editor = nvim [alias] g = grep --break --heading --line-number standup = !git log --all --date=short --no-merges --pretty=format:\"%h %ad %s%d\" --since=1.weeks --author=`git config user.email`