Skip to content

Instantly share code, notes, and snippets.

View DocOnDev's full-sized avatar

Doc Norton DocOnDev

View GitHub Profile
@DocOnDev
DocOnDev / gist:845541
Created February 26, 2011 19:38
Open iTerm Here
(*
iTerm Here - Michael "Doc" Norton
Version 0.1.1
A Button for opening the iTerm.app and CD-ing to the location of the selected files or folder.
Inspired by the workflow from Jeroen Leenars, but using iTerm instead of Terminal.
Additional contributions to concept (and code) from:
Felipe Meneguzzi
@DocOnDev
DocOnDev / .vimrc
Created January 21, 2011 20:35
Doc's vimrc
" get out of vi-compatible mode
set nocompatible
if !exists("colors_name")
colorscheme slate
endif
" show line numbers
set number