sublimetext2 - Sublime Text 2: Opening single window and ignoring all other windows -
i using sublime text 2 on linux. use primary programming editor. have several tabs opened throughout sessions. yet want open single file without opening other files previous session.
the default behaviour on system new opened file becomes new tab besides opened files. want, however, open new file (some sort of incognito browsing) without opening other previous files. is, 1 tab in 1 window.
does sublime text support file opening behaviour?
you can change user settings hot_exit
and remember_open_files
false
.
{ "hot_exit": false, "remember_open_files": false, }
Comments
Post a Comment