Skip to content

Instantly share code, notes, and snippets.

@rodpoblete
Last active July 6, 2017 21:18
Show Gist options
  • Save rodpoblete/17acd3caa4b78a3c081f3a095427f805 to your computer and use it in GitHub Desktop.
Save rodpoblete/17acd3caa4b78a3c081f3a095427f805 to your computer and use it in GitHub Desktop.
Sublime Text Key Bindings
[
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": 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