1

When I open sublime, it shows 2 windows like so:

enter image description here

What can I do to remove the 2 windows and force sublime to open only one window. Also I don't want sublime to remember any previous tabs

I already tried this

humble
  • 268

1 Answers1

1

Try pressing Shift+Alt+1.

This can be achieved also choosing the option from menu:

View >> Layout >> Single

This will set Sublime Text to display a single column layout.

Danibix
  • 2,097
  • Now it is a single window, But it is remembering the tabs that I opened before – humble Jun 07 '17 at 09:46
  • @rjmessibarca In theory, closing all files and then closing Sublime editor should clear open files from Sublime cache. So next time you'll open the editor you should find no open tabs. – Danibix Jun 07 '17 at 09:51
  • I wanted to be able to just click on the cross on top left and then when I reopen sublime, the previously opened tabs should not be there – humble Jun 07 '17 at 09:53
  • 1
    @rjmessibarca Try these answers: https://askubuntu.com/questions/180142/how-do-i-make-sublime-text-2-3-not-open-previous-tabs-when-i-launch-it – Danibix Jun 07 '17 at 09:56