Skip to content

Instantly share code, notes, and snippets.

@akuzemchak
Last active October 9, 2015 04:08
Show Gist options
  • Save akuzemchak/3436370 to your computer and use it in GitHub Desktop.
Save akuzemchak/3436370 to your computer and use it in GitHub Desktop.
Sublime Text 2 Preferences
[
{ "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" }
]
  • 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
{
"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"
}
@akuzemchak
Copy link
Author

@trey: Good tip! The color scheme up there was installed via Package Control though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment