Setup side-by-side diffs using vim

Set `git difftool` to use `vimdiff` to display diffs, when multiple
files are in the diff, don't prompt when exiting `vimdiff` before
viewing the next file diffs.
This commit is contained in:
Kenneth Benzie 2020-06-09 12:08:58 +01:00
parent 75117da7cb
commit 9d77e3e058

5
config
View File

@ -59,6 +59,11 @@
[user]
useConfigOnly = true
[diff]
tool = vimdiff
[difftool]
prompt = false
[include]
path = ~/.config/private/gitconfig
path = ~/.config/work/gitconfig