Skip to content

Instantly share code, notes, and snippets.

@savepong
Created November 14, 2017 05:44
Show Gist options
  • Save savepong/ec55681db43ae2c83eb5254229f56c1c to your computer and use it in GitHub Desktop.
Save savepong/ec55681db43ae2c83eb5254229f56c1c to your computer and use it in GitHub Desktop.
Modified Sublime Key Bindings
[
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["command+shift+b"], "command": "reindent" , "args": {"single_line": false}},
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment