Last active
December 22, 2015 20:49
-
-
Save chrisjaure/6529056 to your computer and use it in GitHub Desktop.
My user ST3 OS X settings
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": ["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}} | |
] |
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
{ | |
"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