Skip to content

Instantly share code, notes, and snippets.

@okertanov
Created December 20, 2011 19:54
Show Gist options
  • Save okertanov/1502981 to your computer and use it in GitHub Desktop.
Save okertanov/1502981 to your computer and use it in GitHub Desktop.
minimalistic .vimrc file
set nocp
behave mswin
set guioptions-=m
set guioptions-=M
set guioptions-=t
set guioptions-=T
set guioptions-=r
set lines=40 columns=120
set ruler
set colorcolumn=100
set guifont=Monaco:h14
set noantialias
set background=light
set noerrorbells visualbell t_vb=
autocmd VimEnter * set vb t_vb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment