Show Sublime Text console with web inspector's key binding
Add this snippet to your .sublime-keymap file and save.
Now you're able to open ST console with cmd + alt + j
{
"keys": [
"command+alt+j"
],
"command": "show_panel",
"args": {
"panel": "console",
"toggle": true
}
}
Written by Kovács Olivér
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Sublime text
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#