X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/19afe8a8f6903095255f5955796653690f9ffc88..73a2d9946ff469afa1a1a30edb1aa350032bb44c:/gitconfig diff --git a/gitconfig b/gitconfig index 712e4df..f3cb18d 100644 --- a/gitconfig +++ b/gitconfig @@ -1,7 +1,7 @@ [user] name = Ruben Beltran del Rio email = ruben@unlimited.pizza - signingkey = B7C3495D98F27947 + signingkey = CF016B28A85750E3C1B80CEB14871BABBDF9DFF5 [sendemail] smtpserver = smtp.fastmail.com smtpuser = ruben@unlimited.pizza @@ -19,3 +19,12 @@ gpgsign = true [init] defaultBranch = main +[diff] + external = difft + tool = vimdiff +[merge] + tool = nvim +[mergetool] + keepBackup = false +[mergetool "nvim"] + cmd = nvim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'