Skip to content

Instantly share code, notes, and snippets.

@georgeOsdDev
Created January 12, 2013 08:23
Show Gist options
  • Save georgeOsdDev/4516741 to your computer and use it in GitHub Desktop.
Save georgeOsdDev/4516741 to your computer and use it in GitHub Desktop.
Sublime Text 2 Setting
[
{ "keys": ["ctrl+t"], "command": "side_bar_new_file2" }
,{ "keys": ["f2"], "command": "side_bar_rename" }
,{ "keys": ["ctrl+alt+f"], "command": "side_bar_find_files_path_containing" }
]
{
"auto_complete_delay": 30,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"font_size": 11.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"emmet-sublime",
"Djaneiro"
],
"match_brackets": true,
"match_brackets_content": true,
"match_brackets_square": true,
"match_brackets_braces": true,
"match_brackets_angle": true,
"overlay_scroll_bars": "enabled",
"phoenix_color_blue": true,
"phoenix_color_expanded_folder": true,
"phoenix_dirty_bottom_bar_orange": true,
"phoenix_eighties": true,
"phoenix_highlight_current_tab": true,
"phoenix_sidebar_tree_medium": true,
"phoenix_solid_current_tab": true,
"phoenix_tabs_auto_width": true,
"phoenix_tabs_medium": true,
"rulers":
[
80,
160
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Phoenix Dark.sublime-theme",
"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