Skip to content

Instantly share code, notes, and snippets.

@ttomdewit
Created October 16, 2015 16:36
Show Gist options
  • Save ttomdewit/0a529a23d00d68aa63d2 to your computer and use it in GitHub Desktop.
Save ttomdewit/0a529a23d00d68aa63d2 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Predawn/predawn.tmTheme",
"draw_indent_guides": true,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"*.lib",
"*.log",
"apple-touch-icon*",
"favicon.ico"
],
"findreplace_small": true,
"folder_exclude_patterns":
[
".git",
".bundle",
".sass-cache",
".svn",
".hg"
],
"font_face": "Source code pro",
"font_options":
[
"gray_antialias"
],
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"open_files_in_new_window": false,
"remember_open_files": true,
"remember_open_folders": true,
"scroll_past_end": true,
"scroll_speed": 2,
"show_full_path": true,
"sidebar_default": true,
"tab_size": 4,
"tabs_medium": true,
"theme": "predawn.sublime-theme",
"translate_tabs_to_spaces": true,
"use_simple_full_screen": true,
"wide_caret": true
}
@ttomdewit
Copy link
Author

[
    { "keys": ["f9"], "command": "expand_fqcn" },
    { "keys": ["f10"], "command": "find_use" },
    { "keys": ["f7"], "command": "insert_php_constructor_property" },
]

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