Skip to content

Instantly share code, notes, and snippets.

@battoni
Created November 11, 2020 15:45
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 battoni/461d9ac841e786bdc528beb7ad2c2258 to your computer and use it in GitHub Desktop.
Save battoni/461d9ac841e786bdc528beb7ad2c2258 to your computer and use it in GitHub Desktop.
Settings
{
"auto_complete_commit_on_tab": true,
"caret_style": "solid",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Roboto",
"font_options":
[
"bold"
],
"font_size": 15,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 4,
"line_padding_top": 4,
"save_on_focus_lost": true,
"scroll_past_end": true,
"shift_tab_unindent": true,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_automatic_white_space": true
}
Key Bindings
[
{ "keys": ["ctrl+/"], "command": "show_overlay", "args": {"overlay": "goto", "text": "#"} },
{ "keys": ["ctrl+;"], "command": "toggle_comment", "args": { "block": false } },
]
Plugins
A File Icon
GitGutter
Material Theme
Package Control
PHP Companion
Word Count
Color Picker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment