Skip to content

Instantly share code, notes, and snippets.

@MAH1987
Last active December 10, 2015 13: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 MAH1987/6b4e2438bb8786f8b0f2 to your computer and use it in GitHub Desktop.
Save MAH1987/6b4e2438bb8786f8b0f2 to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings / Package Control
[
{ "keys": ["ctrl+shift+c"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+alt+c"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["ctrl+shift+f"], "command": "delete_trailing_spaces" },
{ "keys": ["f5"], "command": "refresh_folder_list" },
{ "keys": ["alt+shift+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["alt+shift+down"], "command": "select_lines", "args": {"forward": true} },
//{ "keys": ["ctrl+shift+f"], "command": "code_formatter"}
{ "keys": ["alt+shift+f"], "command": "reindent", "args": {"single_line": false} },
{ "keys": ["ctrl+tab"], "args": { "action": "expand_abbreviation"}, "command": "run_emmet_action", "context": [{ "key": "emmet_action_enabled.expand_abbreviation" }] },
{ "keys": ["ctrl+k", "ctrl+d"], "command": "diffy" },
{ "keys": ["ctrl+k", "ctrl+c"], "command": "diffy", "args": {"action": "clear"} }
]
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"BracketHighlighter",
"EasyDiff",
"Emmet",
"Git",
"LESS",
"Less2Css",
"Monokai Extended",
"Package Control",
"SublimeLinter",
"SublimeLinter-csslint",
"SublimeLinter-jshint",
"SublimeLinter-php",
"TrailingSpaces"
]
}
{
"animation_enabled": false,
"auto_close_tags": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"enable_tab_scrolling": true,
"font_face": "Hack",
"font_size": 8,
"highlight_modified_tabs": true,
"ignored_packages":
[
"CodeFormatter",
"Reindent on save",
"Vintage"
],
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"translate_tabs_to_spaces": false,
"tree_animation_enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment