- Alignment
- Dayle Rees Color Schemes
- Emmet
- Function Name Display
- Laravel-Blade
- LESS
- Markdown Preview
- PHP Syntax Checker
- PHP-Twig
- SideBarEnhancements
- Theme - Soda
- Tomorrow Color Schemes
Last active
October 9, 2015 04:08
-
-
Save akuzemchak/3436370 to your computer and use it in GitHub Desktop.
Sublime Text 2 Preferences
This file contains hidden or 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
[ | |
{ "keys": ["super+alt+left"], "command": "prev_view_in_stack" }, | |
{ "keys": ["super+alt+right"], "command": "next_view_in_stack" }, | |
{ "keys": ["ctrl+tab"], "command": "next_view" }, | |
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" } | |
] |
This file contains hidden or 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
{ | |
"bold_folder_labels": true, | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow.tmTheme", | |
"create_window_at_startup": false, | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"font_face": "Source Code Pro", | |
"font_size": 14, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"indent_subsequent_lines": false, | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"open_files_in_new_window": false, | |
"rulers": | |
[ | |
120 | |
], | |
"scroll_past_end": true, | |
"theme": "Flatland Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"tree_animation_enabled": false, | |
"trim_automatic_white_space": false, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": "auto" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you drop your color scheme files into your
Packages/User
folder, it'll automatically show up as Preferences > Color Scheme > User > [Scheme].