Skip to content

Instantly share code, notes, and snippets.

@jonathantorres
Last active August 29, 2015 14:09
Show Gist options
  • Save jonathantorres/4c01eab3b2ebcd0c76e2 to your computer and use it in GitHub Desktop.
Save jonathantorres/4c01eab3b2ebcd0c76e2 to your computer and use it in GitHub Desktop.
Sublime key bindings
[
{ "keys": ["super+b"], "command": "toggle_side_bar" },
{ "keys": ["super+k", "super+b"], "command": "build" },
{ "keys": ["ctrl+shift+space"], "command": "import_namespace" },
{ "keys": ["ctrl+shift+i"], "command": "find_use" },
{ "keys": ["ctrl+shift+d"], "command": "goto_definition_scope" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment