This seems like such a basic feature to have in a diff mode, but I can't find anything in the documentation.
If I have two 1000 line files, and only one line is different, I want to be able to hide the other 999 lines. Something like diff -y --suppress-common-lines
or diff -C 0
(zero lines of context).
And I'd really like to be able to toggle such a feature.