When comparing Sublimerge vs vimdiff, the Slant community recommends vimdiff for most people. In the question“What are the best diff tools for Git?” vimdiff is ranked 7th while Sublimerge is ranked 15th. 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 Three-way diff allows easy merging of files
Pro sublimerge
i recommend Sublimerge
Pro Highlights intraline changes
Pro Built-in support for Git, Subversion and Mercurial commands
Sublimerge automatically integrates with your version control history, and lets you compare between revisions, branches, remotes, and the staging area.
Pro Can compare to clipboard contents
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.
Cons
Con Bad tech support
Con It's NOT Open Source
You can't fix or, implement nothing. And when the developer abandons the project you will be left in the lurch.
Con It's not free
Nither as free price nor as free in freedom.
Con Cannot compare text within the same file
Sublimerge can only compare entire file diffs, but not two selections within a file. Comparing within files can be useful for example, by refactoring two similar functions to use a shared function. With Sublimerge, you need to copy the sections into two new temporary tabs and compare between the two. This can be cumbersome, as if you have another untitled file, you won't be able to know which one is which.
Con No version control integration
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.