Skip to content

Instantly share code, notes, and snippets.

@brentmc79
Created March 10, 2010 17:02
Show Gist options
  • Save brentmc79/328083 to your computer and use it in GitHub Desktop.
Save brentmc79/328083 to your computer and use it in GitHub Desktop.
colorscheme blackboard
set go-=T
set number
set guifont=monaco
set dir=/tmp,/var/tmp/,.
set co=200
set lines=54
set shiftwidth=2
set tabstop=2
set expandtab
set smartcase
set grepprg=ack
let g:fuzzy_ignore = "*.log;*.png;*.jpg;*.gif;vendor/**;coverage/**;tmp/**"
let g:fuzzy_matching_limit = 20
let mapleader = ","
map <leader>t :FuzzyFinderTextMate<CR>
map <leader>nn :NERDTreeToggle<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment