32

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?

dreftymac
  • 31,404
  • 26
  • 119
  • 182
phocks
  • 2,933
  • 5
  • 27
  • 28

3 Answers3

78

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

NatNgs
  • 874
  • 14
  • 25
shennan
  • 10,798
  • 5
  • 44
  • 79
  • Also [note](https://stackoverflow.com/questions/13965877/the-shortcut-key-to-open-console-in-sublime-text-2-does-not-work#comment60676115_16211485): *In Sublime Text 3, open **Preferences > Key Bindings - User**, and put this in there: `{ "keys": ["ctrl+f1"], "command": "show_panel", "args": {"panel": "console", "toggle": true} }`. You can see all the bindings in the **Key Bindings - Default** [mcissel](https://stackoverflow.com/users/1882722/mcissel)*" – ruffin Jul 26 '18 at 18:01
1

In my case, Esc button is working to remove the side bar(terminal/console bar).

Nitin Sahu
  • 11
  • 2
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – mohammad mobasher Feb 12 '22 at 06:53
0

In the preferences set: "show_panel_on_build": false

And if you want to view the output of the build, press the: Shift + Esc