copy and paste between vim windows - stupid indentation
Sep.07, 2007 in
Blog, Think Linux
if you are using vim and tries to copy and paste between windows or shells, you may find that vim adds some extra spaces / identations to your code. Irritation? yes. The quick solution is to do a
:set noautoident
or add this in the vimrc file to make it a default.

Leave a Reply