Skip to content

Instantly share code, notes, and snippets.

@lcasartelli
Created October 23, 2013 14:15
Show Gist options
  • Save lcasartelli/7119606 to your computer and use it in GitHub Desktop.
Save lcasartelli/7119606 to your computer and use it in GitHub Desktop.
Key Bindings - User for Sublime Text 3
[
{ "keys": ["super+0"], "command": "git_commit" },
{ "keys": ["super+9"], "command": "git_add_choice" },
{ "keys": ["super+shift+9"], "command": "git_add" },
{ "keys": ["super+8"], "command": "git_push_current_branch" },
{ "keys": ["super+7"], "command": "git_pull_current_branch" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment