Skip to content

Instantly share code, notes, and snippets.

@gaveen
Created November 7, 2010 18:22
Show Gist options
  • Select an option

  • Save gaveen/666299 to your computer and use it in GitHub Desktop.

Select an option

Save gaveen/666299 to your computer and use it in GitHub Desktop.
set nocompatible
set bs=indent,eol,start
set viminfo='20,\"50
set history=50
set ruler
set number
set smarttab
set title
set incsearch
set t_Co=256
set modelines=0
set ignorecase
set smartcase
set pastetoggle=<F2>
set wildmenu
set wildmode=longest:full
"set relativenumber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment