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 # # vim: set filetype=gitconfig :miv #
[core] [core]
editor = gvim -f editor = vim -f
[diff] [diff]
tool = gvim tool = vim
[difftool] [difftool]
confirm = false confirm = false
prompt = false prompt = false
[merge] [merge]
tool = gvimdiff3 tool = vimdiff3
[push] [push]
default = matching default = matching
[alias] [alias]