Skip to content

Instantly share code, notes, and snippets.

@avataru
Last active January 4, 2016 02:39
Show Gist options
  • Save avataru/8556878 to your computer and use it in GitHub Desktop.
Save avataru/8556878 to your computer and use it in GitHub Desktop.
Sublime preferences and packages
[
{ "keys": ["f4"], "command": "import_namespace" },
{ "keys": ["f5"], "command": "find_use" },
{ "keys": ["f6"], "command": "expand_fqcn" },
{ "keys": ["f7"], "command": "insert_php_constructor_property" },
{ "keys": ["shift+f12"], "command": "goto_definition_scope" },
]
[
{
"button": "button2",
"count": 1,
"modifiers": ["ctrl"],
"press_command": "drag_select",
"command": "goto_definition_scope"
}
]
{
"use_sort_length": true,
"visibility": "protected"
}
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"default_line_ending": "unix",
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"font_size": 9,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"rulers":
[
80,
120
],
"show_encoding": true,
"show_line_endings": true,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"show_panel_on_build": false
}
{
"shell_cmd": "php-cs-fixer fix $file --level=psr2"
}
{
"terminal": "sh.exe --login -i"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment