Skip to content

Instantly share code, notes, and snippets.

@n1k0
Created June 28, 2013 20:57
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save n1k0/5888056 to your computer and use it in GitHub Desktop.
Save n1k0/5888056 to your computer and use it in GitHub Desktop.
Toggle the Sublime Text console the same way you do with the Firefox devtools (⌘ + ⌥ + k)
[
{ "keys": ["command+alt+k"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment