Add support for kovidgoyal/kitty's difftool
This commit is contained in:
parent
d264cf1760
commit
7ddfd3571a
2 changed files with 6 additions and 0 deletions
|
@ -101,5 +101,6 @@
|
|||
|
||||
[include]
|
||||
path = tools/kdiff3
|
||||
path = tools/kitty-diff
|
||||
path = config.os
|
||||
path = config.local
|
||||
|
|
5
config/git/tools/kitty-diff
Normal file
5
config/git/tools/kitty-diff
Normal file
|
@ -0,0 +1,5 @@
|
|||
# vim: ft=gitconfig
|
||||
[difftool "kitty"]
|
||||
cmd = kitty +kitten diff $LOCAL $REMOTE
|
||||
[difftool "kitty.gui"]
|
||||
cmd = kitty kitty +kitten diff $LOCAL $REMOTE
|
Loading…
Reference in a new issue