RSS

Tag Archive | "vim"

Vim auto indenting

Wednesday, January 2, 2008

0 Comments

I used to get annoyed when pasting text into a Vim window as each line would indent one more tab than the last line. To fix it I used to add set noautoindent in /etc/vimrc, however this unsurprisingly turns off auto indenting, which is a useful feature for normal typing. Today I came up with a [...]

Continue reading...