Skip to content

Instantly share code, notes, and snippets.

@ravidsrk
Forked from javan/gist:3237348
Created August 2, 2012 14:21
Show Gist options
  • Save ravidsrk/3237424 to your computer and use it in GitHub Desktop.
Save ravidsrk/3237424 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