When comparing vimdiff vs GNU Diffutils (diff), the Slant community recommends vimdiff for most people. In the question“What are the best Linux diff tools?” vimdiff is ranked 2nd while GNU Diffutils (diff) is ranked 10th. The most important reason people chose vimdiff is:
It's practically vim, this means that the whole interface is mouse-free, this increases development speed significantly since you are only using the keyboard.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Mouse-free interface
It's practically vim, this means that the whole interface is mouse-free, this increases development speed significantly since you are only using the keyboard.
Pro Lightweight
Since it's inside vim, it's very lightweight and fast. It fires up quickly and it does all operations painlessly.
Pro Helpful to people who work a lot inside the terminal
Using command-line tools (vim/git) keep you stick in the terminal.
Pro Command Line Interface makes it easy to use for people who work a lot in the terminal
Great for creating patch files, using with other *nix utilities (for example, colordiff). Does not require a GUI.
Pro Creates patches
These patches can be used to apply the differences to the same source file at a different storage location (different folder, different machine).
Pro Multiple formats
The difference can be output in formats known as normal, unified, ed, rcs, and side-by-side.
Pro Compares entiry directory trees
Two directory trees can be compared file by file recursively. All differences are output concisely.
Cons
Con Not for people who are not used to vim
Since this is basically a vim feature, it's clear that people who aren't used to vim and it's keyboard-based interface would find it very hard to work with vimdiff.
