Last active
October 8, 2015 00:58
-
-
Save jeremyhicks/3252869 to your computer and use it in GitHub Desktop.
Sublime Settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/User/Tomorrow-Night (SL).tmTheme", | |
"drag_text": false, | |
"find_selected_text": true, | |
"flatland_square_tabs": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
".tmp", | |
".sass-cache", | |
"CVS", | |
"_build", | |
"site", | |
"source_maps", | |
"tmp/cache", | |
"public/assets" | |
], | |
"font_face": "Inconsolata", | |
"font_size": 12, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"overlay_scroll_bars": "system", | |
"soda_folder_icons": true, | |
"tab_completion": false, | |
"tab_size": 2, | |
"theme": "itg.flat.dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": false, | |
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_", | |
"word_wrap": "true" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"class": "tab_label", | |
"settings": ["highlight_modified_tabs"], | |
"parents": [{"class": "tab_control", "attributes": ["dirty"]}], | |
"fg": [120, 170, 250] | |
}, | |
{ | |
"class": "tabset_control", | |
"tab_height": 20 | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Make sure Theme - Soda is installed | |
1. Preferences > Package Control | |
2. Package Control:Install | |
3. type Theme - Soda | |
Download | |
http://buymeasoda.github.com/soda-theme/extras/colour-schemes.zip | |
Unzip and Copy the contents to: | |
~/Library/Application Support/Sublime Text 2/Packages/User | |
then create a file for that theme to customize it a little more | |
~/Library/Application Support/Sublime Text 2/Packages/User/Soda Light.sublime-theme | |
you can copy my contents of that file into yours | |
My user settings are here for picking out anything that makes sense. | |
You will need to add "theme": "Soda Light.sublime-theme" if you want to use that theme | |
Preferences > Settings > User or cmd-, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Packages: | |
Package Control: https://sublime.wbond.net/installation | |
Sass | |
SideBarEnhancements | |
SublimeLinter | |
SublimeLinter-Coffee | |
BetterCoffeeScript | |
GitGutter | |
Github Tools - this one takes you to GH site, the other one integrates GH into ST3 but is nagware | |
LineEndings | |
Pretty JSON | |
ECO | |
ERB - requires a keybinding change | |
FunctionNameDisplay | |
Insert Nums | |
Ruby | |
Ruby on Rails | |
HTML | |
HTML (Rails) | |
Javascript (Rails) | |
Actionscript 3 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment