modify gitconfig
This commit is contained in:
parent
a37ceaed83
commit
a0d0f7b1a2
@ -9,7 +9,7 @@
|
|||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
trustExitCode = true
|
trustExitCode = true
|
||||||
[difftool]
|
[difftool]
|
||||||
prompt = false
|
prompt = true
|
||||||
[alias]
|
[alias]
|
||||||
d = difftool
|
d = difftool
|
||||||
co = checkout
|
co = checkout
|
||||||
@ -20,6 +20,8 @@
|
|||||||
br = branch
|
br = branch
|
||||||
[mergetool]
|
[mergetool]
|
||||||
keepBackup = false
|
keepBackup = false
|
||||||
|
[mergetool "vimdiff"]
|
||||||
|
cmd = nvim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user