Skip to content

Instantly share code, notes, and snippets.

@FKasa
Created February 21, 2015 23:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FKasa/f1981a80524fdd28edcd to your computer and use it in GitHub Desktop.
Save FKasa/f1981a80524fdd28edcd to your computer and use it in GitHub Desktop.
Git hotkeys for Sublime (commit and push)
{ "keys": ["f1"], "command": "git_quick_commit" },
{ "keys": ["f5"], "command": "git_raw", "args": {"command": "git push", "args": {"may_change_files": false} } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment