Skip to content

Instantly share code, notes, and snippets.

@roustem
Last active August 29, 2015 14:20
Show Gist options
  • Select an option

  • Save roustem/3664276aed9fb7e8fc4d to your computer and use it in GitHub Desktop.

Select an option

Save roustem/3664276aed9fb7e8fc4d to your computer and use it in GitHub Desktop.
Sublime Text Key Bindings
[
{
"keys" : ["cmd+>"],
"command" : "nextBuildError"
},
{
"keys" : ["cmd+<"],
"command" : "prevBuildError"
},
{
"keys": ["super+shift+r"],
"command": "reveal_in_side_bar"
},
{
"keys": ["super+enter"],
"command": "goto_definition"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment