Skip to content

Instantly share code, notes, and snippets.

@JeffreyNaval
Last active February 15, 2016 02:14
Show Gist options
  • Save JeffreyNaval/948bb29021762e414875 to your computer and use it in GitHub Desktop.
Save JeffreyNaval/948bb29021762e414875 to your computer and use it in GitHub Desktop.
Sublime Settings
[
{ "keys": ["f6"], "command": "expand_fqcn" },
{ "keys": ["shift+f6"], "command": "expand_fqcn", "args": {"leading_separator": true} },
{ "keys": ["f5"], "command": "find_use" },
{ "keys": ["f4"], "command": "import_namespace" },
{ "keys": ["shift+f12"], "command": "goto_definition_scope" }
]
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"node_modules/**",
"bower_components/**"
],
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"draw_white_space": "all",
"font_face": "CONSOLAS",
"font_size": 9,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_panel_separator": true,
"material_theme_small_tab": true,
"tab_size": 4,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment