" No Uganda message on startup" set shortmess=I " Mode shown in the statusline all the time" set noshowmode " Block can move outside of bounds" set virtualedit=block " Set font according to system if has("mac") || has("macunix") set guifont=Source\ Code\ Pro:h15,Menlo:h15 elseif has("win16") || has("win32") set guifont=Source\ Code\ Pro\ 11,Bitstream\ Vera\ Sans\ Mono:h11 elseif has("linux") set guifont=Source\ Code\ Pro\ 10,Bitstream\ Vera\ Sans\ Mono:h11 elseif has("unix") set guifont=Source\ Code\ Pro\ 10 endif " set guifont=Source\ Code\ Pro\ 11 nmap rb :call DeleteTrailingWS() " Filtering through vimgrep results using regular expressions (amix on github) map cc :botright cope map co ggVGy:tabnew:set syntax=qfpgg