My .vimrc

set tabstop=4 set shiftwidth=4 set softtabstop=4 set nocompatible set autoindent set showmatch set expandtab set ruler filetype on syntax on set pastetoggle=<F2> # Paste toggle is to remedy the indent destruction caused by auto indent. # In INSERT mode use F2 to toggle paste mode.