Hacker News new | ask | show | jobs
by makmanalp 5653 days ago
What about vimdiff, that's already installed on most (unix-based) computers?

http://andrejk.blogspot.com/2008/04/vimdiff-howto.html

2 comments

Agreed. The great part about vimdiff is that you can easily use it to rapidly make changes and view the diff of them. It's essential for cleaning up changes before a commit for me.
vimdiff is nice, but suffers from one major deficiency. It can't do three-way diffs.