Skip to content

Instantly share code, notes, and snippets.

@ucaiado
Last active August 29, 2015 14:08
Show Gist options
  • Save ucaiado/67ba7e8fc80ff70e74c4 to your computer and use it in GitHub Desktop.
Save ucaiado/67ba7e8fc80ff70e74c4 to your computer and use it in GitHub Desktop.
Sublime Defaults
[
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } }
]
{
//Tab size
"tab_size": 2,
"translate_tabs_to_spaces": true
}
The first: add it to Preferences>>Key Bindings - User
The second: add it to Preferences>>Settings - User
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment