Map ,t to CtrlP standard (not mixed) [Fix #333]
This commit is contained in:
@@ -8,7 +8,7 @@ let g:ctrlp_by_filename = 1
|
|||||||
" We don't want to use Ctrl-p as the mapping because
|
" We don't want to use Ctrl-p as the mapping because
|
||||||
" it interferes with YankRing (paste, then hit ctrl-p)
|
" it interferes with YankRing (paste, then hit ctrl-p)
|
||||||
let g:ctrlp_map = ',t'
|
let g:ctrlp_map = ',t'
|
||||||
nnoremap <silent> ,t :CtrlPMixed<CR>
|
nnoremap <silent> ,t :CtrlP<CR>
|
||||||
|
|
||||||
" Additional mapping for buffer search
|
" Additional mapping for buffer search
|
||||||
nnoremap <silent> ,b :CloseSingleConque<CR>:CtrlPBuffer<cr>
|
nnoremap <silent> ,b :CloseSingleConque<CR>:CtrlPBuffer<cr>
|
||||||
|
|||||||
Reference in New Issue
Block a user