Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 470 Bytes

2014-05-22-howto-open-in-new-tab-instead-of-window-in-sublime-text-3.md

File metadata and controls

18 lines (16 loc) · 470 Bytes
layout title date type published status categories tags
post
Open Files in New Tab by Default in Sublime Text 3
2014-05-22 07:42:23 +0500
post
true
publish
editor

Go to Preferences > Settings - User (or Cmd + , is the shortcut for application Preferences in Mac.) Add the below snippet between the curly braces.

// Open files in New Tab
"open_files_in_new_window": false,