Skip to content

Instantly share code, notes, and snippets.

@zero323
Created May 1, 2013 19:25
Show Gist options
  • Save zero323/5497658 to your computer and use it in GitHub Desktop.
Save zero323/5497658 to your computer and use it in GitHub Desktop.
set encoding=utf8
set nocompatible
set paste
set expandtab
set textwidth=0
set tabstop=4
set softtabstop=4
set shiftwidth=4
set autoindent
set backspace=indent,eol,start
set incsearch
set ignorecase
set ruler
set number
set numberwidth=1
set wildmenu
set commentstring=\ #\ %s
set clipboard+=unnamed
set shortmess+=I
set showmode
set showmatch
set matchpairs+=<:>
set noerrorbells
set nobomb
syntax enable
filetype plugin indent on
set guioptions-=T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment