-
-
Save FreeWebStyler/4393967184bcbad150c7f354fa8e0d04 to your computer and use it in GitHub Desktop.
Make "Paste and Indent" the default paste in Sublime Text 2
This file contains hidden or 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
// swap the keybindings for paste and paste_and_indent | |
{ "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