Skip to content

Instantly share code, notes, and snippets.

@fracarma
Created May 13, 2016 14:22
Show Gist options
  • Save fracarma/7b4daf158df557778a1af82629a60764 to your computer and use it in GitHub Desktop.
Save fracarma/7b4daf158df557778a1af82629a60764 to your computer and use it in GitHub Desktop.
Sublime shortcut
[
{ "keys": ["ctrl+shift+9"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+alt+shift+9"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["ctrl+alt+g"], "command": "git_status"},
{ "keys": ["ctrl+shift+r"], "command": "reveal_in_side_bar"},
{ "keys": ["ctrl+shift++"], "command": "fold"},
{ "keys": ["ctrl+shift+è"], "command": "unfold"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment