Skip to content

Commit

Permalink
use ctrlp.vim instead Command-T for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Sep 5, 2012
1 parent 16dea0f commit 4a34d1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ nnoremap <leader>gn :vnew \| :FufFile ~/src/notes/<CR>
" " }}}

" Command-T
Bundle 'wincent/Command-T.git'
" Bundle 'wincent/Command-T.git'
let g:CommandTMatchWindowAtTop=1 " show window at top
"burke's
nnoremap <leader>tv :CommandTFlush<cr>\|:CommandT app/views<cr>
Expand All @@ -355,6 +355,10 @@ nnoremap <leader>tp :CommandTFlush<cr>\|:CommandT public<cr>
nnoremap <leader>tr :topleft :vsplit config/routes.rb<cr>
nnoremap <leader>tg :topleft :vsplit Gemfile<cr>
"
Bundle 'kien/ctrlp.vim'
let g:ctrlp_map = '<leader>t'

" Misc stuff
Bundle '~/Dropbox/.gitrepos/utilz.vim.git'

Expand Down

0 comments on commit 4a34d1c

Please sign in to comment.