Skip to content

Instantly share code, notes, and snippets.

@chrisloftus
Created March 21, 2016 21:01
Show Gist options
  • Save chrisloftus/35584a030fe398744053 to your computer and use it in GitHub Desktop.
Save chrisloftus/35584a030fe398744053 to your computer and use it in GitHub Desktop.
Sublime Text User Key Bindings
[
{ "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