Skip to content

Instantly share code, notes, and snippets.

@nogeek
Created July 4, 2012 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nogeek/3046233 to your computer and use it in GitHub Desktop.
Save nogeek/3046233 to your computer and use it in GitHub Desktop.
set gfn=Monaco:h16
set lines=100 columns=120
set nowrap
colorscheme solarized
set guioptions-=m
set guioptions-=T
if has("gui_macvim")
let macvim_hig_shift_movement = 1
endif
set history=1000
set undolevels=1000
set visualbell
set noerrorbells
set nobackup
set noswapfile
set notimeout
set ttimeout
set timeoutlen=50
set nocursorcolumn
set nocursorline
let NERDTreeMouseMode=3
nnoremap <Leader>b :FufBuffer<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment