Created
March 21, 2016 21:01
-
-
Save chrisloftus/35584a030fe398744053 to your computer and use it in GitHub Desktop.
Sublime Text User Key Bindings
This file contains 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
Show hidden characters
[ | |
{ "keys": ["ctrl+s"], "command": "sort_lines", "args": {"case_sensitive": false} }, | |
{ "keys": ["ctrl+shift+s"], "command": "sort_lines", "args": {"case_sensitive": true} }, | |
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment