You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.
I am using Sublime 2 and when I edit a file from the bootstrapper it always opens another window even thought I have sublime configured to open as new tab.
This is my sublime config:
"open_files_in_new_window": false
Thanks.
The text was updated successfully, but these errors were encountered:
Well that was quick... The problem turned out to be how I called the app... I pointed the editor to:
/Applications/Sublime Text 2.app/Contents/MacOS/Sublime Text 2
It should be pointed to:
/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using Sublime 2 and when I edit a file from the bootstrapper it always opens another window even thought I have sublime configured to open as new tab.
This is my sublime config:
"open_files_in_new_window": false
Thanks.
The text was updated successfully, but these errors were encountered: