Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I hide the bottom console text output area in Sublime Text 3?

This is probably really simple, but it's frustrating me so much. I'm using Sublime Text 3. Sometimes my plugins output code to a little window at the bottom like this:

enter image description here

And I can't hide it no matter what I try. The only way I can get rid of it is by closing the program and opening it again. Does anyone know how to close this?

like image 462
phocks Avatar asked Apr 08 '15 23:04

phocks


People also ask

How do I hide the console in Sublime Text 3?

Just have to click in the console and simply press esc .

How do I display output in Sublime Text?

In order for taking input and receiving output from a code, we need to manually set up our input and output files. Step 1: From the top menu, select View->Layout->Columns :3 or press Shift+Alt+3. Step 2: Now select View->Groups->Max columns: 2. Step 3: Now you can view three files simultaneously in sublime text.

How do I get the output window in Sublime Text 3?

If you're using Sublime 3, the same menu item exists but is also bound to a key as well (check the menu item to see what it is for your platform), and you can click on the panel chooser icon in the bottom left of the window to open a menu that displays all panels and choose the output panel from there.

How do I hide in Sublime Text?

To hide the Minimap in Sublime text 3, click on “View” in the top bar, then click “Hide Minimap”, which will be the second option in the drop-down list. The Minimap will instantly be hidden and the area of the screen it previously used will be freed-up for text to take its place.


1 Answers

Just have to click in the console and simply press esc.

Or to show and hide the console use ctrl + `

Or toggle menu View > Show/Hide Console

like image 181
shennan Avatar answered Sep 21 '22 19:09

shennan