diff dot_gitconfig.tmpl @ 811:83bf3561016d

feat: switch to hx for git editor
author zegervdv <zegervdv@me.com>
date Tue, 05 Dec 2023 21:01:22 +0100
parents abf8938c8c6c
children
line wrap: on
line diff
--- a/dot_gitconfig.tmpl	Tue Dec 05 21:00:59 2023 +0100
+++ b/dot_gitconfig.tmpl	Tue Dec 05 21:01:22 2023 +0100
@@ -24,7 +24,7 @@
 	tags = tag -l --sort creatordate --column
 [core]
 	excludesfile = ~/.gitignore
-	editor = nvim
+	editor = hx
 	autocrlf = input
 	pager = less -+F
 [help]