Skip to content

Instantly share code, notes, and snippets.

@ericrasch
Last active July 4, 2017 03:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ericrasch/9e20e18b2e91a01ee328 to your computer and use it in GitHub Desktop.
Save ericrasch/9e20e18b2e91a01ee328 to your computer and use it in GitHub Desktop.
My personal settings for Sublime Text (Mac). Heavily borrowed from Wes Bos: https://gist.github.com/wesbos/a3b12cfda064a906ac04 & https://wesbos.github.io/Sublime-Text-Power-User-Talk/

Sublime Text Preferences

My personal settings for Sublime Text (Mac). Heavily borrowed from Wes Bos: https://gist.github.com/wesbos/a3b12cfda064a906ac04

To set the key bindings below, goto Sublime Text menu -> Preferences -> Key Bindings - User, paste the settings from below and save that file.

To set the user preferences below, type ⌘, in Sublime Text to bring up the Preferences.sublime-settings file, paste the settings from below and save that file.

Installed Packages

It's strongly recommended to install the Package Control package first to make the rest of the installations a breeze.

[
{"keys": ["ctrl+shift+r"], "command": "reindent" , "args": {"single_line": false}},
{"keys": ["ctrl+super+r"], "command": "reveal_in_side_bar"}
]
{
"added_words":
[
"Mockup",
"plugins",
"coffeescript",
"sourcemaps",
"html",
"plugin",
"init",
"gulpfile",
"Transpiling",
"transpile",
"imagemin",
"Templating",
"templating",
"gulpfiles",
"js",
"json",
"npm",
"css",
"streamify",
"linting",
"src",
"dest",
"Transpilers",
"Autoprefixers",
"Autoprefixer",
"styl",
"app",
"autoprefixer",
"→",
"dev",
"uglify",
"cssnext",
"postcss",
"uglifying",
"javascript",
"Github",
"Powershell",
"colour",
"colours",
"concat",
"online",
"workflow",
"workflows"
],
"afn_insert_dimensions": false,
"always_show_minimap_viewport": true,
"auto_complete": true,
"auto_complete_selector": "source, text",
"auto_indent": true,
"binary_file_patterns":
[
".DS_Store",
"tmp/",
"*.png",
"*.psd",
"*.ai",
"tmp/",
"_tmp/"
],
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 0,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Tomorrow.tmTheme",
"detect_indentation": false,
"draw_centered": false,
"draw_minimap_border": true,
"draw_white_space": "selection",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"extend_env":
{
"PATH": "/usr/local/bin"
},
"fade_fold_buttons": false,
"file_exclude_patterns":
[
".DS_Store",
"dump.rdb"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".git",
".awestruct",
".sass-cache",
"_developer-materials",
"_downloads",
"_tmp",
"_specs",
"_site",
"_products",
"_projects",
".hg",
"bower_components",
"CVS",
"cache",
"vendor",
"logs",
"log",
"node_modules",
".sass-cache",
"tmp"
],
"font_face": "monaco",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Vintageous"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_exclude_patterns":
[
"*.log"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 4,
"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,
"origami_auto_zoom_on_focus": false,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"scroll_past_end": true,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"show_tab_close_buttons": false,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"spell_check": true,
"tab_size": 2,
"theme": "Boxy Tomorrow.sublime-theme",
"theme_accent_lime": true,
"theme_bar": true,
"theme_dirty_materialized": true,
"theme_scrollbar_colored": true,
"theme_scrollbar_line": true,
"theme_sidebar_folder_mono": false,
"theme_tab_arrows_hidden": false,
"theme_tab_line_size_lg": true,
"theme_tab_selected_transparent": false,
"theme_tab_selected_underlined": true,
"theme_tab_size_lg": true,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": false,
"use_tab_stops": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment