Quick sublime tip - how to paste and indent?
This one is sweet!
⌘⇧V
Enjoy \o/
If you want to replace normal paste, edit your profile with Preferences > Key Bindings - User or from the Command Palette (⌘⇧P) type "key bindings." and then :
// swap the keybindings for paste and paste_and_indent
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" }
Written by Pierre Ozoux
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Sublime
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#