Change git editors from gvim to vim
This commit is contained in:
parent
c75987d44c
commit
9bec530c75
1 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue