Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I like using a single Sublime Text 2 window with multiple tabs. Currently, when I click on files in Finder that are openable via ST2, they open in separate ST2 windows. How do I force ST2 to open tabs in a single ST2 window for new files?

share|improve this question

1 Answer

up vote 16 down vote accepted

Since you're on OSX, this is a feature that is enabled by default. You will need to go to the default settings and scroll down to like 280. Change this value to false. Do not delete the comma though.

enter image description here

enter image description here

share|improve this answer
That worked. Thanks. – Sajee Mar 18 '12 at 18:02
4  
You should always copy the settings you want to change in the User settings and change its value there. If you update Sublime Text, the default settings might get overwritten. – mbillard Apr 23 '12 at 13:47

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.