Change git difftool to vimdiff
This commit is contained in:
parent
8944c52336
commit
0f069f08aa
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
[core]
|
[core]
|
||||||
editor = vim -f
|
editor = vim -f
|
||||||
[diff]
|
[diff]
|
||||||
tool = vim
|
tool = vimdiff
|
||||||
[difftool]
|
[difftool]
|
||||||
confirm = false
|
confirm = false
|
||||||
prompt = false
|
prompt = false
|
||||||
|
|
Loading…
Reference in a new issue