Diff with vimdiff
by Danilo • January 20, 2011 • Tips, Utilities • 1 Comment
For those who are vim fans, a quick tip on how to run a diff/merge task: Open the files with: vimdiff file1 file2 file3 –> Vertical split is default vimdiff -o file1 file2 file3 –> If you’d like horizontal split of files To jump between files: Ctrl-W w To jump places where differences are [...]
Read more →