Don't override ctrl-b for buffer search. we have ,b [Fix #484]

This commit is contained in:
Yan Pritzker 2014-06-17 11:33:51 -05:00
parent a062321d93
commit 072c46eccf

View File

@ -29,7 +29,6 @@ nnoremap <silent> ,t :CtrlP<CR>
" Additional mapping for buffer search
nnoremap <silent> ,b :CtrlPBuffer<cr>
nnoremap <silent> <C-b> :CtrlPBuffer<cr>
" Cmd-Shift-P to clear the cache
nnoremap <silent> <D-P> :ClearCtrlPCache<cr>