Created
August 2, 2012 14:10
-
-
Save javan/3237348 to your computer and use it in GitHub Desktop.
Sublime Text 2: Preferences > Key Bindings - User
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
// 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
👊