Last active
August 29, 2015 14:24
-
-
Save scarfunk/f190b69ce5f483ceb737 to your computer and use it in GitHub Desktop.
sublime
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
[ | |
//jsformat | |
{"keys": ["super+i"], "command": "js_format"}, | |
// 라인 삭제 | |
{ "keys": ["super+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} } | |
] |
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
{ | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
"font_size": 12, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"Alignment",
"AngularJS",
"BracketHighlighter",
"JsFormat",
"JSHint",
"Package Control",
"SideBarEnhancements",
"SublimeCodeIntel"
what i installed.