sqldump

(coffee) => code

Vim Won't Let You Paste Properly?

When you paste in vim, if the indents look funny, then before you paste, run:

1
:set paste

make sure you’re in insert mode, do paste, then

1
:set nopaste

and continue editing.