From 9380285596a8f6d413d231a87417ed016984458e Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 4 May 2023 00:16:34 +0200 Subject: Set editor for git to helix. --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/git/config') diff --git a/.config/git/config b/.config/git/config index f0d63a4..002bf71 100644 --- a/.config/git/config +++ b/.config/git/config @@ -111,7 +111,7 @@ default = tracking [core] autocrlf = false - editor = nvim + editor = helix [advice] statusHints = false [diff] -- cgit v1.2.3-54-g00ecf