Last Updated: September 09, 2019
·
2.968K
· johnfisherman

Paste with automatic indenting in Sublime Text 2

Ctrl + Shift + V

Pastes intelligently, fitting the target's indentation.

1 Response
Add your response

Useful, I have the paste, and paste with indent shortcuts inversed in my User key bindings.

[
    { "keys": ["super+v"], "command": "paste_and_indent" },
        { "keys": ["super+shift+v"], "command": "paste" }
]
over 1 year ago ·