Feature request: Merge tool support #5847
Labels
enhancement
An improvement to an existing feature
rust
Pull requests that update Rust code
UX/UI
Focusing on user satisfaction, usability, and overall experience
It would be great if we could have an option to open a merge tool whenever entering edit mode if there are conflicts.
It would be interesting to consider whether we should simply shell out and make a call to
git mergetool
or whether it would be best to call the programmes ourselves.I'd lean towards just shelling out to
git mergetool
so we don't have to handle the complexity (that undoubtedly exists) ourselves.@Byron @schacon Do you have any thoughts/experience in this area?
The text was updated successfully, but these errors were encountered: