1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 00:05:10 +01:00

ctrlp has new home

This commit is contained in:
2016-01-02 09:41:58 +01:00
parent 75e9d20769
commit b34f2d006a

2
.vimrc
View File

@@ -47,7 +47,7 @@ autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTree
" Full path fuzzy file, buffer, mru, tag, ... finder " Full path fuzzy file, buffer, mru, tag, ... finder
" Quickly open files, fuzzy search on name " Quickly open files, fuzzy search on name
Plugin 'kien/ctrlp.vim' Plugin 'ctrlpvim/ctrlp.vim'
"let g:ctrlp_map = '<Leader>t' "let g:ctrlp_map = '<Leader>t'
let g:ctrlp_map = '<c-p>' let g:ctrlp_map = '<c-p>'
" Search in Files, Buffers and MRU files at the same time: " Search in Files, Buffers and MRU files at the same time: