mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
ctrlp has new home
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -47,7 +47,7 @@ autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTree
|
||||
|
||||
" Full path fuzzy file, buffer, mru, tag, ... finder
|
||||
" 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 = '<c-p>'
|
||||
" Search in Files, Buffers and MRU files at the same time:
|
||||
|
||||
Reference in New Issue
Block a user