From 6ab03d4cb5f4c9b4f328121d25b7e57ac2a9000d Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Sun, 26 Jan 2025 22:26:33 +0100 Subject: [PATCH] Make VIM default editor --- dotfiles/.gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig index 71123ff..675627d 100644 --- a/dotfiles/.gitconfig +++ b/dotfiles/.gitconfig @@ -17,6 +17,7 @@ [core] excludesfile = ~/.gitignore pager = delta + editor = vim [interactive] diffFilter = delta --color-only @@ -37,4 +38,4 @@ required = true [includeIf "gitdir:~/Repos/projects.blender.org/"] - path = ~/.config/git/blender.gitconfig \ No newline at end of file + path = ~/.config/git/blender.gitconfig