Closed
Description
Let's say I'm in this state:
There is a nice button that allows me to move the insertion of a
from the right pane the middle pane.
I'd like there to also be a nice button to move the deletion of c
from the left pane to the middle pane.
P.S. I might file a few more FRs shortly. This is probably the most important of them, though.
I'm currently trying to make a diff editor with the ancient https://codemirror.net/5/demo/merge.html. mismerge
is the best alternative to it I found, and I thought I'd record my wishlist for it. Thanks for making it! It's a pretty UI.