Skip to content

Instantly share code, notes, and snippets.

@seyyah
Last active December 17, 2018 11:34
Show Gist options
  • Save seyyah/aabe7926bcb51e81ae101011be66f745 to your computer and use it in GitHub Desktop.
Save seyyah/aabe7926bcb51e81ae101011be66f745 to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+shift+r"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+t"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["ctrl+shift+8"], "command": "fold" },
{ "keys": ["ctrl+shift+9"], "command": "unfold" },
]
{
"color_scheme": "Packages/ayu/ayu-dark.tmTheme",
"detect_indentation": false,
"font_size": 19,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"tab_stop": 2,
"tab_width": 2,
"theme": "ayu-dark.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