Created
March 10, 2010 17:02
-
-
Save brentmc79/328083 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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