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" }
]
@trevorturk
Copy link

🀘

@javan
Copy link
Author

javan commented Aug 2, 2012

πŸ•

@trevorturk
Copy link

πŸ‘€ 🐽 πŸ‘€

@TRMW
Copy link

TRMW commented Aug 2, 2012

πŸ‘πŸ‘πŸ‘πŸ‘

@jzimdars
Copy link

jzimdars commented Aug 2, 2012

Haha, ironic that you have to fix the formatting when pasting that snippet ;)

@migreyes
Copy link

πŸ‘Š

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