Skip to content

Instantly share code, notes, and snippets.

@skyrpex
Created February 20, 2014 10:01
Show Gist options
  • Save skyrpex/9110364 to your computer and use it in GitHub Desktop.
Save skyrpex/9110364 to your computer and use it in GitHub Desktop.
Sublime Text 3 configuration
[
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } }
]
{
"tab_size": 4,
"translate_tabs_to_spaces": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment