Skip to content

Instantly share code, notes, and snippets.

@nzer0
Created February 9, 2013 11:53
Show Gist options
  • Select an option

  • Save nzer0/ea249266231db703de23 to your computer and use it in GitHub Desktop.

Select an option

Save nzer0/ea249266231db703de23 to your computer and use it in GitHub Desktop.
vimrc file
set tabstop=4
set shiftwidth=4
set cindent
set autoindent
set smartindent
set nu
syntax on
filetype on
set backspace=start,indent,eol
set history=1000
set hlsearch
set ignorecase
set showmatch
set cb=unnamed
set guifont=Bitstream_Vera_Sans_Mono:h11:cANSI
colorscheme desert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment