I'm using Tim Pope's vim-fugitive plugin to integrate git features into Vim.
When I run Gdiff
on a conflicted file, it fires up vimdiff to resolve the conflict.
The diff tool is great but I find it really hard to know at a glance which changes on the buffers on the sides correspond to the change my cursor is at in the middle buffer. I would like to configure it so that whenever I go to the next change (with [c
) it would not only move my cursor to the next change but also highlight the corresponding changes on the sides. Is that possible?