From 702d3a6889b3a7b5fc1163849fa30ac244882f02 Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Wed, 1 Mar 2023 00:13:42 -0500 Subject: [PATCH] Add vim-fugitive command to similar section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13fbabd..4480607 100644 --- a/README.md +++ b/README.md @@ -100,4 +100,4 @@ Using better diff algorithm * https://gist.github.com/Osse/4709787 is very similar, written as a `zsh` script. * https://github.com/will133/vim-dirdiff is a Vim plugin that uses an interactive list of files instead of tabs. * https://github.com/Soares/tabdiff.vim is a Vim plugin takes a list of files as aguments. - +* [`:Git difftool -y`](https://github.com/tpope/vim-fugitive/blob/d507d00bd04794119beeb41da118774a96815b65/doc/fugitive.txt#L92) is a command from vim-fugitive which is a vim git plugin.