X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/4b2b777e53a02ee3af772eab89de2ec9cd30bb9a..5c2d2dd042f91ba1864a767fb3209f06b8a08a5b:/git/config diff --git a/git/config b/git/config index bfbfc4c..06d2603 100644 --- a/git/config +++ b/git/config @@ -19,3 +19,9 @@ smtpserver = smtp.gmail.com smtpuser = samir.benmendil@gmail.com smtpserverport = 587 +[mergetool "fugitive"] + cmd = vim -f -c \"Gvdiff\" \"$MERGED\" +[merge] + tool = fugitive +[mergetool] + prompt = no