Skip to content

Commit

Permalink
wire up ctrl-p plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
clifff committed Jul 16, 2013
1 parent dc79e9d commit 0d16da2
Show file tree
Hide file tree
Showing 21 changed files with 5,325 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .ackrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--type-set=coffeescript=.coffee
--type-set=css=.scss
--ignore-dir=public/cache
--ignore-dir=test/cassettes
--ignore-dir=tmp
--type-set=json=.json
--type-add=js=.json
4 changes: 2 additions & 2 deletions .gvimrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
set guioptions-=T
set guioptions-=m

" For Commad-T, set cmd+t to that and new tab to cmd+shift+t
" For ctrlp, set cmd+t to that and new tab to cmd+shift+t
if has("gui_macvim")
" Set cmd+t to the plugin
map <D-t> :CommandT<CR>
map <D-t> :CtrlP<CR>
" Set Shift-Command-T as New Tab
macmenu &File.New\ Tab key=<D-T>
endif
Expand Down
8 changes: 1 addition & 7 deletions .vim/.netrwhist
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
let g:netrw_dirhistmax =10
let g:netrw_dirhist_cnt =6
let g:netrw_dirhist_1='/usr/bin'
let g:netrw_dirhist_2='/Users/clifff/Code/syllabus'
let g:netrw_dirhist_3='/Users/clifff/src/rails'
let g:netrw_dirhist_4='/Users/clifff/Code/linode_chef_solo/cookbooks/rvm'
let g:netrw_dirhist_5='/Users/clifff/.vim'
let g:netrw_dirhist_6='/Users/clifff/.rvm/rubies/ruby-1.9.2-p290'
let g:netrw_dirhist_cnt =0
6 changes: 6 additions & 0 deletions .vim/bundle/ctrlp.vim/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.markdown
*.zip
note.txt
tags
.hg*
tmp/*
Loading

0 comments on commit 0d16da2

Please sign in to comment.