When I open two files using vimdiff side by side I cannot put the cursor into a block of deleted lines. vimdiff instead jumps over them. How can I configure vimdiff such that diffs are still side by side with the matching lines next to each other but I can move the cursor into the block of deleted lines?
I tried to use vimdiff options like iwhite with the idea to treat deleted lines the same as empty lines in the output but this did not work.