Mercurial > dotfiles.old
diff gitconfig @ 29:599325301323
Configure neocomplete
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 01 Apr 2014 20:46:24 +0200 |
parents | a8279f1d5b39 |
children | 4c3b25554bbb |
line wrap: on
line diff
--- a/gitconfig Sun Mar 30 23:05:02 2014 +0200 +++ b/gitconfig Tue Apr 01 20:46:24 2014 +0200 @@ -20,7 +20,7 @@ [mergetool] keepBackup = false [difftool] - prompt = false + prompt = false [help] autocorrect = 1 [include] @@ -33,3 +33,7 @@ default = simple [init] templatedir = ~/.templates/git +[diff] + tool = mvimdiff +[difftool "mvimdiff"] + cmd = mvim -f -d \"$LOCAL\" \"$REMOTE\"