Map ,t to CtrlP standard (not mixed) [Fix #333]

This commit is contained in:
Yan Pritzker 2013-05-13 10:10:14 -05:00
parent c798b1ee89
commit 11eaa04adf

View File

@ -8,7 +8,7 @@ let g:ctrlp_by_filename = 1
" We don't want to use Ctrl-p as the mapping because
" it interferes with YankRing (paste, then hit ctrl-p)
let g:ctrlp_map = ',t'
nnoremap <silent> ,t :CtrlPMixed<CR>
nnoremap <silent> ,t :CtrlP<CR>
" Additional mapping for buffer search
nnoremap <silent> ,b :CloseSingleConque<CR>:CtrlPBuffer<cr>