Created
May 22, 2014 10:05
-
-
Save neilstuartcraig/5c0838935fc02081a459 to your computer and use it in GitHub Desktop.
My preferred Sublimetext (3) user key bindings/shortcuts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "keys": ["super+u"], "command": "upper_case" }, | |
{ "keys": ["super+l"], "command": "lower_case" }, | |
{ "keys": ["ctrl+k"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }, | |
{ "keys": ["super+k"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }, | |
{ "keys": ["super+shift+down"], "command": "duplicate_line" }, | |
{ "keys": ["super+alt+c"], "command": "git_commit_all" }, | |
{ "keys": ["super+alt+p"], "command": "git_push_origin_master" }, | |
{ "keys": ["tab"], "command": "indent"}, | |
{ "keys": ["shift+tab"], "command": "unindent"} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment