Sublime Forum

Issue with ST3 as git editor (ST3, Ubuntu)

#1

I’m trying to do an interactive rebase with git (git rebase -i ) and just realized ST3 isn’t handling the command properly. This has worked fine in the past so I assume it could be an issue from a recent release. As soon as I run it from the terminal it ends the rebase saying “Successfully rebased and update …”. Sublime opens up an empty file titled “git.rebase-todo”. It should open with options for a rebase.

I’m on dev build 3052 using Ubuntu 13.04. Any suggestions or something I can try?

0 Likes

#2

Try passing the -w flag to sublime_text - it stands for “wait”. You can see all of the flags via sublime_text --help.

0 Likes

#3

Thanks Will. That did it. I don’t remember doing that before but that makes sense.

0 Likes