" Encoding stuff set encoding=utf-8 setglobal fileencoding=utf-8 set fileencodings=utf-8 " Search set hlsearch set incsearch set ignorecase " Quick save (Ctrl+S) nmap :w vmap imap " Editing stuff set autoindent set number syntax enable colorscheme eclm_wombat set guifont=Inconsolata\ Medium\ 11 set tabstop=4 set expandtab set shiftwidth=4 " No beeps set vb " No toolbar set guioptions-=T " Other stuff set history=1000 set statusline=%<%F%h%m%r%=\[%B\]\ %l,%c%V\ %P set laststatus=1