Sublime Forum

Problem when using Sublime Text 3 as Git's default editor

#1

I set Sublime Text 3 as Git’s default editor this way:

git config --global core.editor "subl -n -w"

When I runs git rebase -i <sha1>, two Sublime Text 3 windows are created and both windows open the git-rebase-todo file.

I use Ubuntu 16.04 (x86_64). Both Build 3143 and latest Build 3149 have this issue.

0 Likes