Um die Einstellungen global zu machen, sind sie in /etc/vim/vimrc.local definiert
syntax on
set background=dark
set nocompatible
set expandtab
" turn off expandtab when editing makefiles
autocmd FileType make setlocal noexpandtab
set tabstop=4
set shiftwidth=4
set softtabstop=4
set noerrorbells
set visualbell
set encoding=utf-8
set list
set showmode
set ruler
set ignorecase
Stand: 2010-08-14