I plan to release forge later this week. It provides implementations for the magit-browse-thing and magit-edit-thing stub commands (by binding [remap magit-{browse,edit}-thing].
I was planning on using these bindings:
magit-browse-thingmagit-edit-thinghowever these conflict with existing bindings:
magit-go-backward in log and diff buffersmagit-dispatch-popup (also available on C-c C-c)so I think I will use C-c C-e but if we use C-c C-b for this, then we have to find other bindings for magit-go-backward (and magit-go-forward).
Any suggestions?
Are C-c C-[ and C-c C-] taken? I find them quite natural when working in Help buffers (though I have the plain [ and ] bound)
Which reminds me, I picked C-c C-b and C-c C-b for magit-go-{backward,forwward} because those keys are used in help-mode buffers. So I am going to stick with that (even though I think you were trying to suggest something else).
I went with:
magit-browse-thing for webmagit-edit-thingI can always get behind the magithub bindings :wink:
Most helpful comment
Which reminds me, I picked C-c C-b and C-c C-b for
magit-go-{backward,forwward}because those keys are used inhelp-modebuffers. So I am going to stick with that (even though I think you were trying to suggest something else).I went with:
magit-browse-thingfor webmagit-edit-thing