Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mariusbutuc/5996261965430a3590865c930a53ab92 to your computer and use it in GitHub Desktop.
Save mariusbutuc/5996261965430a3590865c930a53ab92 to your computer and use it in GitHub Desktop.
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" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment