Skip to content

Instantly share code, notes, and snippets.

@cscuderi
Last active September 30, 2016 14:54
Show Gist options
  • Save cscuderi/0e140ebd1ba087be9c7fdb399ae6342b to your computer and use it in GitHub Desktop.
Save cscuderi/0e140ebd1ba087be9c7fdb399ae6342b to your computer and use it in GitHub Desktop.
Sublime Text 3 user settings
[
{ "keys" : ["super+\\"], "command" : "toggle_side_bar" },
{ "keys" : ["ctrl+alt+left"], "command": "move_to", "args": {"to": "bol", "extend": false} },
{ "keys" : ["ctrl+alt+right"], "command": "move_to", "args": {"to": "eol", "extend": false} },
{ "keys": ["super+up"], "command": "noop" },
{ "keys": ["super+down"], "command": "noop" }
]
{
"added_words":
[
"extendable",
"downloadable"
],
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": false,
"auto_complete_with_fields": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 3,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"copy_with_empty_selection": true,
"detect_indentation": false,
"drag_text": false,
"draw_indent_guides": true,
"draw_minimap_border": true,
"draw_white_space": "all",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": true,
"find_selected_text": true,
"flatland_sidebar_tree_large": true,
"flatland_square_tabs": true,
"folder_exclude_patterns":
[
".sass-cache",
".git",
".svn",
"node_modules",
"wp-admin",
"wp-includes",
"wp-content/plugins"
],
"font_face": "Operator Mono Medium",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"CSS3_Syntax",
"Dotfiles Syntax Highlighting",
"Seti_UI",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_exclude_patterns":
[
"node_modules",
"*.log",
"**/wordpress/wp-admin",
"**/wordpress/wp-includes",
"wp-content"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"margin": 4,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": false,
"match_brackets_square": true,
"match_selection": true,
"match_tags": true,
"material_theme_accent_indigo": false,
"material_theme_accent_acid-lime": false,
"material_theme_accent_brba": false,
"material_theme_accent_bright-teal": false,
"material_theme_accent_tomato": false,
"material_theme_accent_sky": true,
"material_theme_accent_yellow": false,
"material_theme_accent_indigo": false,
"material_theme_accent_purple": false,
"material_theme_bold_tab": false,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_disable_folder_animation": true,
"material_theme_disable_tree_indicator": false,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": false,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"open_files_in_new_window": false,
"origami_auto_zoom_on_focus": true,
"overlay_scroll_bars": "enabled",
"preview_on_click": true,
"rulers":
[
0
],
"scroll_past_end": true,
"scroll_speed": 5.0,
"shift_tab_unindent": false,
"show_full_path": false,
"show_scope_name": true,
"show_tab_close_buttons": true,
"sidebar_default": true,
"soda_folder_icons": true,
"spacegray_sidebar_tree_large": true,
"spacegray_tabs_large": false,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"wide_caret": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment