Skip to content

Instantly share code, notes, and snippets.

View gmoothart's full-sized avatar

Gabe Moothart gmoothart

  • Google
  • Portland, OR
View GitHub Profile
@gmoothart
gmoothart / .vimrc
Created July 29, 2011 17:36 — forked from jeresig/.vimrc
VIM Config
au BufRead,BufNewFile jquery.*.js set ft=javascript syntax=jquery
set nocompatible
set autoindent
set tabstop=2
set showmatch
set vb t_vb=
set ruler
set nohls
set incsearch
syntax on