Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save radermacher/5278735 to your computer and use it in GitHub Desktop.
Save radermacher/5278735 to your computer and use it in GitHub Desktop.
[
{ "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,
"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": "Soda Light.sublime-theme",
"trim_automatic_white_space": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment