about summary refs log tree commit diff stats
path: root/tools/conf/etc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/conf/etc')
-rw-r--r--tools/conf/etc/skel/.gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/conf/etc/skel/.gitconfig b/tools/conf/etc/skel/.gitconfig
index f96ecf7..3af5f03 100644
--- a/tools/conf/etc/skel/.gitconfig
+++ b/tools/conf/etc/skel/.gitconfig
@@ -1,5 +1,6 @@
 [core]
 	pager = less -F -X
+	editor = vim
 [diff]
 	tool = vimdiff
 [merge]
ref='#n97'>97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113