Change git editors from gvim to vim

This commit is contained in:
Talia 2019-09-12 10:04:25 +02:00
parent c75987d44c
commit 9bec530c75
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
# vim: set filetype=gitconfig :miv #
[core]
editor = gvim -f
editor = vim -f
[diff]
tool = gvim
tool = vim
[difftool]
confirm = false
prompt = false
[merge]
tool = gvimdiff3
tool = vimdiff3
[push]
default = matching
[alias]