In vimdiff you can use [c and ]c to go to the previous or next change, but when doing three-way merging many of those changes are not conflicts. Is there a command to go to the next conflict, not the next change as in e.g. Kaleidoscope?
In vimdiff you can use [c and ]c to go to the previous or
Share
You mean conflict markers such as
<<<<<<<,=======, and>>>>>>>on merges to indicate that the automatic resolution failed?!You can use my ConflictMotions plugin for that; it provides
]xand[xmappings,]=for navigation within a conflict, and even corresponding text objectsaxanda=.