Skip to content

Instantly share code, notes, and snippets.

@spacecowb0y
Last active November 6, 2015 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spacecowb0y/15a47f242944179b22ae to your computer and use it in GitHub Desktop.
Save spacecowb0y/15a47f242944179b22ae to your computer and use it in GitHub Desktop.
[
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" }
]
{
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"copy_with_empty_selection": false,
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"font_face": "Input Mono",
"font_options":
[
"no_round"
],
"font_size": 16,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 4,
"line_padding_top": 4,
"match_brackets_content": false,
"match_selection": false,
"match_tags": false,
"overlay_scroll_bars": "enabled",
"save_on_focus_lost": true,
"scroll_past_end": true,
"scroll_speed": 5.0,
"show_full_path": true,
"tab_size": 3,
"tabs_medium": true,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 80
}
@spacecowb0y
Copy link
Author

The Material theme is requerid. Also the font I'm using is Input Mono.

Recommended plugins:

  • Emmet
  • SCSS
  • Sass Director
  • Stylus
  • Git
  • GitGutter
  • AlignTab

Here is how it looks:

This is how it looks like

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