Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't open multiple files in Sublime Text 3

Tags:

sublimetext3

Whether I'm in a Single or 2 Column mode, I am only able to have 2-3 open files (tabs) per window.

When I hit what appears to be a limit, attempts to open a file (by clicking in Sidebar View) will replace an already open file.

Is there a setting I can change or have I hit a working-as-designed limitation?

Environment:

  • Sublime Text 3 Stable Build 3103
  • OS X (El Capitan) 10.11.4

BTW: If I use File Open it does not appear to have the same problem as I can open may files that way.

like image 337
Frank C. Avatar asked Mar 26 '16 23:03

Frank C.


1 Answers

When you open a file from the sidebar with a single click, its tab will only remain open, if you edit or save the file. If you want the tab to stay open, double-click on a file in the sidebar.

You can override this default behaviour in your settings:

{
    "preview_on_click": false
}
like image 101
idleberg Avatar answered Oct 08 '22 18:10

idleberg