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

Re-enable ctrl-p plugin, it can find files globally

This commit is contained in:
2018-01-06 13:38:05 +01:00
parent 40f446fdee
commit aeeb6a138e

18
.vimrc
View File

@@ -79,16 +79,16 @@ Plugin 'airblade/vim-rooter'
" 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 'ctrlpvim/ctrlp.vim' Plugin 'ctrlpvim/ctrlp.vim'
"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:
"let g:ctrlp_cmd = 'CtrlPMixed' let g:ctrlp_cmd = 'CtrlPMixed'
"let g:ctrlp_match_window_bottom = 1 let g:ctrlp_match_window_bottom = 1
"let g:ctrlp_match_window_reversed = 0 let g:ctrlp_match_window_reversed = 0
"let g:ctrlp_custom_ignore = '\v\~$|\.(o|swp|pyc|wav|mp3|ogg|blend)$|(^|[/\\])\.(hg|git|bzr)($|[/\\])|__init__\.py' let g:ctrlp_custom_ignore = '\v\~$|\.(o|swp|pyc|wav|mp3|ogg|blend)$|(^|[/\\])\.(hg|git|bzr)($|[/\\])|__init__\.py'
"let g:ctrlp_working_path_mode = 0 let g:ctrlp_working_path_mode = 0
"let g:ctrlp_dotfiles = 0 let g:ctrlp_dotfiles = 0
"let g:ctrlp_switch_buffer = 0 let g:ctrlp_switch_buffer = 0
" Run your favorite search tool from Vim, with an enhanced results list. " Run your favorite search tool from Vim, with an enhanced results list.
" Supports Silver Searcher `ag`. Use with: " Supports Silver Searcher `ag`. Use with: