Skip to content

Instantly share code, notes, and snippets.

@chrisjaure
Last active December 22, 2015 20:49
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 chrisjaure/6529056 to your computer and use it in GitHub Desktop.
Save chrisjaure/6529056 to your computer and use it in GitHub Desktop.
My user ST3 OS X settings
[
{ "keys": ["super+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["ctrl+shift+k"], "command": "find_under_expand" },
{ "keys": ["ctrl+shift+s", "ctrl+shift+k"], "command": "find_under_expand_skip" },
{ "keys": ["ctrl+shift+r"], "command": "reindent" , "args": {"single_line": false}}
]
{
"default_encoding": "utf-8",
"default_line_ending": "unix",
"font_face": "Ubuntu Mono",
"font_size": 16.0,
"highlight_line": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment