set nocompatible set nu set cindent set noerrorbells set modeline set showmode set nowrap set ignorecase set backspace=indent,eol,start set fileformats=unix,dos,mac set exrc set nojoinspaces set ruler set showmatch set incsearch set nohlsearch set bs=2 set bg=light au BufRead,BufNewFile *.{c,h,java} set expandtab au BufRead,BufNewFile *.{c,h,java} set shiftwidth=2 au BufRead,BufNewFile *.{c,h,java} set tabstop=2 syntax on colorscheme wombat256 set guifont=Inconsolata\ 13 " For switching between tabs map 1gt map 2gt map 3gt map 4gt map 5gt map 6gt map 7gt map 8gt map 9gt " Spellcheck toggle nn :setlocal spell! spell? " Prints a timestamp :nnoremap "=strftime("%c") :inoremap =strftime("%c")