Archive for août, 2007

vim cut and paste problem

août 2, 2007

Sometimes when you paste code in vim (running in a terminal), lines don’t align themselves pretty well. To avoid this weird effect I use:

:set paste

vim paste

use :set nopaste to go back to the default config.