Closed devjones closed 6 years ago
This is the Sublime Text build console, and this plugin does not have anything to do with its behaviour. You can open the console by going to Tools -> Build Results -> Show Build Results. You can most certainly configure a shortcut for that; however, I don't know if you can change the behaviour of "Esc" accordingly =/
+1 for Tools -> Build Results -> Show Build Results Thanks
You can most certainly configure a shortcut for that
For Windows: Default (Windows).sublime-keymap
[{
"keys": ["ctrl+shift+o"],
"command": "show_panel",
"args": {
"panel": "output.exec"
},
"caption": "Show Build Results"
}]
I use the vintage mode, where users press ESC quite a bit. If I accidentally press ESC one too many times, it closes the grunt console and there's no way I can see to bring it back. (Can the console be restored after an ESC key?)
I recommend having the user define the shortcut key to close the console. I also recommend someway to show/hide the console (didn't see this in the docs).