" Don't try to be like vi set nocompatible " Backspace should work across lines set bs=2 " Read files from ~/.vim source ~/.vim/state.vim source ~/.vim/display.vim source ~/.vim/indent.vim source ~/.vim/macros.vim source ~/.vim/commenter.vim source ~/.vim/filetypes.vim if filereadable(expand("~/.vim/local.vim")) source ~/.vim/local.vim endif