Skip to content

Instantly share code, notes, and snippets.

@stephenhardy
stephenhardy / Chrome.sublime-build
Created April 25, 2013 20:10
Chrome Sublime Text 2 Build System
{
"cmd": ["open", "-a", "Google Chrome", "$file"]
}
@stephenhardy
stephenhardy / gist:804134
Created January 31, 2011 15:02
My current .vimrc customisations
"##############################################################################
"# My additions and configurations below
"##############################################################################
set nocompatible
" Remove any chrome, toolbars etc
if has("gui_running")
set guioptions-=m
set guioptions-=T