Digital Marketing

Turn off auto indent when pasting text into vim

To turn off auto indent when you paste code,

:set paste

Then paste your code. 

To turn off the paste-mode, so that auto-indenting when you type works correctly again.

:set nopaste

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database