Skip to content

Instantly share code, notes, and snippets.

@vonWolfehaus
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vonWolfehaus/a4831fddd4c3610bffd1 to your computer and use it in GitHub Desktop.
Save vonWolfehaus/a4831fddd4c3610bffd1 to your computer and use it in GitHub Desktop.
[
{ "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 } },
{ "keys": ["ctrl+v"], "command": "paste_and_indent" },
{ "keys": ["ctrl+shift+v"], "command": "paste" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment