Map ,t to CtrlP standard (not mixed) [Fix #333]
This commit is contained in:
parent
c798b1ee89
commit
11eaa04adf
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user