Search code examples
vimvimdiff

Why is VimDiff so limited?


With all the advanced editing capabilities of Vim, I find it hard to believe that VimDiff doesn't have a way of copying from/to right/left!! What else can a difftool be used for? Any idea? What are the capabilities of VimDiff?

Also, I don't even see a way of moving to the next/prev difference!!


Solution

  • Every thing is explained in the help ... (do, dp, ]c, [c)

    :h diff
    

    :h :h is also your friend.