Skip to content

Instantly share code, notes, and snippets.

@amir
Created January 19, 2009 18:43
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 amir/49100 to your computer and use it in GitHub Desktop.
Save amir/49100 to your computer and use it in GitHub Desktop.
set nocompatible
set expandtab
set shiftwidth=4
set softtabstop=4
set tabstop=4
set backspace=indent,eol,start
set t_Co=256
set number
set autoindent
set smartindent
set incsearch
set nohlsearch
set ruler
set hidden
set noerrorbells
set novisualbell
set fdm=marker
set viminfo='10,\"100,:20,%,n~/.viminfo
set wildmenu
set wildmode=list:longest
set ignorecase
set smartcase
set title
set shortmess=atI
filetype on
filetype plugin on
filetype indent on
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment