Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to close all tabs with Sublime Text 2 without saving?

Tags:

sublimetext2

I use Sublime Text 2 for editing a lot of temporary files. I end up with lots of tabs open.

I want to close all open tabs without saving and without the "Do you want to save the changes you made to new file?" prompt showing and having to click on "Don't Save" for each tab.

like image 846
Hardy Le Roux Avatar asked Oct 22 '14 06:10

Hardy Le Roux


People also ask

How do I close all tabs in Sublime Text?

then use Ctrl, Alt, Shift and w to close all tabs. You'll have to restart Sublime first.

How do I open multiple windows in Sublime Text?

To do so, you need to press Ctrl+K, then Ctrl+Shift+Up. You can repeat as many times as you like. Press Ctrl+K, then Ctrl+Shift+Up to open a new sub-window.

How do I select multiple files in Sublime Text?

Multiple Selections To select multiple regions using the keyboard, select a block of text, then press Ctrl+Shift+L to split it into one selection per line. When you're done with using multiple selections, just press Ctrl+K to trim all but the first.


1 Answers

TabsExtra gives you several additional tab closing options via the tab menu:

menu

dialog

like image 124
Enteleform Avatar answered Oct 15 '22 21:10

Enteleform