spsaucier
3/6/2012 - 6:40 PM

Make "Paste and Indent" the default paste in Sublime Text 2

Make "Paste and Indent" the default paste in Sublime Text 2

// swap the keybindings for paste and paste_and_indent
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" }