Skip to content

Instantly share code, notes, and snippets.

@kbuckler
Created December 12, 2011 02:19
Show Gist options
  • Save kbuckler/1464346 to your computer and use it in GitHub Desktop.
Save kbuckler/1464346 to your computer and use it in GitHub Desktop.
set nocompatible
syntax enable
set encoding=utf-8
set showcmd
filetype on
filetype indent on
filetype plugin on
set nowrap
set tabstop=2 shiftwidth=2
set expandtab
set backspace=indent,eol,start
set hlsearch
set incsearch
set ignorecase
set smartcase
call pathogen#infect()
let g:CommandTMaxHeight=20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment