Skip to content

Instantly share code, notes, and snippets.

@javan
Created August 2, 2012 14:10
Show Gist options
  • Save javan/3237348 to your computer and use it in GitHub Desktop.
Save javan/3237348 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" }
]
@migreyes
Copy link

👊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment