Skip to content

Instantly share code, notes, and snippets.

@baijum
Created April 28, 2011 07:38
Show Gist options
  • Save baijum/945966 to your computer and use it in GitHub Desktop.
Save baijum/945966 to your computer and use it in GitHub Desktop.
VIM Configuration
set ts=4
set sw=4
set expandtab
syntax on
set history=50
set autoindent smartindent
set smarttab
set backspace=eol,start,indent
set nocompatible
set ruler
set visualbell
set showmatch
set laststatus=2
set smartcase
set infercase
set textwidth=126
set showcmd
set showfulltag
set scrolloff=2
set incsearch
set wildmenu
set pastetoggle=<F2>
set backupcopy=auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment