diff --git a/vim/plugin/settings/ctrlp.vim b/vim/plugin/settings/ctrlp.vim index 1282541..f9f8df9 100644 --- a/vim/plugin/settings/ctrlp.vim +++ b/vim/plugin/settings/ctrlp.vim @@ -7,10 +7,11 @@ 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 ,t :CtrlPMixed " Additional mapping for buffer search -nnoremap ,b :CloseSingleConque:CtrlPBuffer -nnoremap :CloseSingleConque:CtrlPBuffer +nnoremap ,b :CloseSingleConque:CtrlPBuffer +nnoremap :CloseSingleConque:CtrlPBuffer " Cmd-Shift-P to clear the cache nnoremap :ClearCtrlPCache