Skip to content

Instantly share code, notes, and snippets.

@5a494d
Last active May 11, 2016 16:50
Show Gist options
  • Save 5a494d/0a98958ec9a3cb58b090 to your computer and use it in GitHub Desktop.
Save 5a494d/0a98958ec9a3cb58b090 to your computer and use it in GitHub Desktop.
PersonalSublimeConfig
[
{ "keys": ["ctrl+k" ], "command": "toggle_side_bar" },
{ "keys": ["ctrl+b"], "command": "toggle_menu"},
{ "keys": ["ctrl+alt+i"], "command": "increase_font_size" },
{ "keys": ["ctrl+alt+d"], "command": "decrease_font_size" },
]
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"AdvancedNewFile",
"All Autocomplete",
"Bootstrap 3 Snippets",
"Laravel 5 Artisan",
"Laravel 5 Snippets",
"Laravel Blade Highlighter",
"Laravel Helper Completions",
"Theme - Spacegray",
"TrailingSpaces"
]
}
{
"auto_indent": true,
"bold_folder_labels": true,
"caret_extra_bottom": 0,
"caret_extra_top": 0,
"caret_extra_width": 0,
"caret_style": "solid",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"fade_fold_buttons": true,
"fold_buttons": true,
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_numbers": true,
"line_padding_bottom": 5,
"line_padding_top": 5,
"match_brackets": false,
"rules":
[
80
],
"spell_check": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment