Skip to content

Instantly share code, notes, and snippets.

@vonWolfehaus
Last active October 13, 2015 04:18
Show Gist options
  • Save vonWolfehaus/4138689 to your computer and use it in GitHub Desktop.
Save vonWolfehaus/4138689 to your computer and use it in GitHub Desktop.
My SublimeText2 awesome keybindings
[
{ "keys": ["ctrl+b"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+d"], "command": "duplicate_line" },
{ "keys": ["ctrl+enter"], "command": "build" },
{ "keys": ["shift+delete"], "command": "left_delete" },
{ "keys": ["ctrl+q"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+q"], "command": "toggle_comment", "args": { "block": true } }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment