Configuring VIM

By default, the Debian vim is configured not to do intelligent colours. I like colors! To turn it on, edit /etc/vim/vimrc:
Uncomment: syntax on

Also, by default autoindent is switched on. I prefer to do this on a per file basis as it seriously screws up Cut and Paste. Switch off with:
Comment: set autoindent

Leave a comment