How can I expand/collapse a diff sections in Vimdiff?

Aside from the ones you mention, I only use the following frequently when diffing: :diffupdate :diffu -> recalculate the diff. It is useful when, after making several changes, Vim isn’t showing minimal changes anymore. Note that it only works if the files have been modified inside vimdiff. Otherwise, use: :e to reload the files if … Read more