Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 261 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 261 Bytes

Vim TabDiff

A different way to vimdiff

Gives you the tabdiff command, which will open all your pairs of buffers in opposing vertical splits in different tabs. Now you can

vim -c 'silent :TabDiff' A a B b C c

And nicely diff all those files at once.