Skip to content

Instantly share code, notes, and snippets.

@cecilemuller
Created February 9, 2016 13:52
Show Gist options
  • Save cecilemuller/3ea81e25a95612a54f20 to your computer and use it in GitHub Desktop.
Save cecilemuller/3ea81e25a95612a54f20 to your computer and use it in GitHub Desktop.
Sublime Text 3 key mappings
[
{ "keys": ["ctrl+v"], "command": "paste_and_indent" },
{ "keys": ["ctrl+shift+v"], "command": "paste" },
{ "keys": ["ctrl+shift+c"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+alt+p"], "command": "prompt_select_workspace" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment