Skip to content

Instantly share code, notes, and snippets.

@jelmerdemaat
Created September 2, 2013 10:12
Show Gist options
  • Save jelmerdemaat/6411336 to your computer and use it in GitHub Desktop.
Save jelmerdemaat/6411336 to your computer and use it in GitHub Desktop.
Sublime better paste key mapping (Windows)
[
{ "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