Skip to content

Instantly share code, notes, and snippets.

@saltandvinegarcrisps
Last active November 30, 2017 11:03
Show Gist options
  • Save saltandvinegarcrisps/0b87f69b208483558f02823f2e88c114 to your computer and use it in GitHub Desktop.
Save saltandvinegarcrisps/0b87f69b208483558f02823f2e88c114 to your computer and use it in GitHub Desktop.
{
"auto_complete": false,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"color_scheme": "Packages/One Dark Color Scheme/One Dark.tmTheme",
"draw_white_space": "all",
"fade_fold_buttons": false,
"fold_buttons": true,
"font_face": "Fira Mono",
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 8,
"line_padding_top": 8,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"show_definitions": false,
"theme": "Boxy Solarized Dark.sublime-theme",
"theme_sidebar_font_lg": true
}
@saltandvinegarcrisps
Copy link
Author

[
	{ "keys": ["ctrl+shift+alt+]"], "command": "fold_all" },
	{ "keys": ["ctrl+shift+alt+["], "command": "unfold_all" }
]

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