Skip to content

Instantly share code, notes, and snippets.

@jnx
Forked from javan/gist:3237348
Created August 3, 2012 08:55
Show Gist options
  • Save jnx/3246066 to your computer and use it in GitHub Desktop.
Save jnx/3246066 to your computer and use it in GitHub Desktop.
Sublime Text 2: Preferences > Key Bindings - User
[
// Make paste-and-indent the default paste behavior
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment