Skip to content

Instantly share code, notes, and snippets.

@victorono
Last active October 27, 2019 20:58
Show Gist options
  • Save victorono/001d92a64660cc6b466b0801f3d8fb47 to your computer and use it in GitHub Desktop.
Save victorono/001d92a64660cc6b466b0801f3d8fb47 to your computer and use it in GitHub Desktop.
ST3
[
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["ctrl+keypad_divide"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+keypad_divide"], "command": "toggle_comment", "args": { "block": true } },
]
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"Anaconda",
"ApacheConf.tmLanguage",
"Boxy Theme",
"Colorsublime",
"Crontab Syntax",
"Djaneiro",
"Git",
"Gitignore",
"jQuery",
"LESS",
"Markdown Extended",
"Material Theme",
"Package Control",
"requirementstxt",
"SideBarEnhancements",
"Theme - Brogrammer",
"Theme - Flatland",
"Theme - Lanzhou",
"Theme - SodaSeti"
]
}
{
"bold_folder_labels": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Theme - Brogrammer/brogrammer.tmTheme",
"theme": "Material-Theme.sublime-theme",
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.xlsx",
"*.pyc",
"*.directory"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site",
"doc",
"assets"
],
"font_options":
[
"subpixel_antialias"
],
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"word_wrap": false,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment