Hello all, I’d like to be able to use bbedit to edit cover letters and patch comments when I’m sending multiple patches at once. I have set bbedit as my default git editor as follows:
``` git config core.editor "bbedit --wait --resume" ``` I also have send-email multiedit enabled: ``` git config sendemail.multiedit true ``` This works fine when sending a single patch. However, when sending multiple patches at once, bbedit doesn’t behave as I would expect. The way this works in vim is that all patches to be edited are opened simultaneously as buffers. You can switch through them with :bn and then exit when all your edits are made. The behavior I’d expect from bbedit is that all patches are opened in a single editor window with each file is listed in the sidebar. However, what actually happens is that the patches open one by one—the first patch opens, then after you close it the second patch opens, and so on. Does anyone know if it’s possible to get multiedit behavior working with git? Thanks, Logan -- Logan Kirkland [email protected] -- This is the BBEdit Talk public discussion group. If you have a feature request or believe that the application isn't working correctly, please email "[email protected]" rather than posting here. Follow @bbedit on Mastodon: <https://mastodon.social/@bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/07FAC48B-A4AB-49B6-B186-6E15D8FD7B32%40logankirk.land.
signature.asc
Description: OpenPGP digital signature
