Skip to content

Instantly share code, notes, and snippets.

@fivemini
Last active February 13, 2016 15:42
Show Gist options
  • Save fivemini/5204320 to your computer and use it in GitHub Desktop.
Save fivemini/5204320 to your computer and use it in GitHub Desktop.
.vimrc and .gvimrc for MacVim
set gfn=Bitstream\ Vera\ Sans\ Mono\ 12
colorscheme desert
filetype indent plugin on
syntax on
set nu
set expandtab
set tabstop=2
set softtabstop=2
set shiftwidth=2
set ic
set smartcase
set backspace=indent,eol,start
set laststatus=2
set autochdir
nnoremap <C-L> :nohl<CR><C-L>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment