Skip to content

Instantly share code, notes, and snippets.

@scarfunk
Last active August 29, 2015 14:24
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 scarfunk/f190b69ce5f483ceb737 to your computer and use it in GitHub Desktop.
Save scarfunk/f190b69ce5f483ceb737 to your computer and use it in GitHub Desktop.
sublime
[
//jsformat
{"keys": ["super+i"], "command": "js_format"},
// 라인 삭제
{ "keys": ["super+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }
]
{
"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"
]
}
@scarfunk
Copy link
Author

"Alignment",
"AngularJS",
"BracketHighlighter",
"JsFormat",
"JSHint",
"Package Control",
"SideBarEnhancements",
"SublimeCodeIntel"

what i installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment