[feature] Support git rebase -i
I think this is kinda hard but I'd love to be able to do rebase -i things from within sublime. Right now I have to resort to the command line and fire (and use vim) for it. (Nice syntax highlight)
shouldn't be too hard, similar to commit etc. we can launch a scratch buffer with the output from the rebase -i . if you're into python at all hack it in! :)
One has to relaunch the buffer a second time, e.g. when you squash. My backlog of things to finish is too long right now to jump into hacking it ... but well it's julython, perhaps someone will :-)
Has anyone started work on this? This is one of the few git commands not available in sublime-text-git that has me continuing to use a terminal.
@mandeep also take a look at https://github.com/divmain/GitSavvy - its what I am using now.