René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

vimdiff

Starting up

vim -d  file_1 file_2
vimdiff file_2 file_2

Commands

Re-diffing

Sometimes (usually when only a single line is modified), vim doesn't automatically update the diffs.
:diffupdate

Moving between diffs

[c
]c

Synchronizing

:diffget
:diffput
do
dp

Thanks

Thanks to Farhan Ahmed who notified me of a typo on this page.