Dica sublime rápida – como colar e recuar?

Esse é fofo!

⌘⇧V

Aproveite o /

Se você deseja substituir a colagem normal, edite seu perfil com Preferências> Atalhos de tecla – Usuário ou na Paleta de comandos (⌘⇧P) digite “atalhos de teclado” e depois :

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

De https://gist.github.com/twosixcode/1988097