From aeeb6a138e8d0e7e626a498bf6f7ed63c9ceeaa8 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 6 Jan 2018 13:38:05 +0100 Subject: [PATCH] Re-enable ctrl-p plugin, it can find files globally --- .vimrc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.vimrc b/.vimrc index 39c59bc..3d3214d 100644 --- a/.vimrc +++ b/.vimrc @@ -79,16 +79,16 @@ Plugin 'airblade/vim-rooter' " Full path fuzzy file, buffer, mru, tag, ... finder " Quickly open files, fuzzy search on name -"Plugin 'ctrlpvim/ctrlp.vim' -"let g:ctrlp_map = '' +Plugin 'ctrlpvim/ctrlp.vim' +let g:ctrlp_map = '' " Search in Files, Buffers and MRU files at the same time: -"let g:ctrlp_cmd = 'CtrlPMixed' -"let g:ctrlp_match_window_bottom = 1 -"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_working_path_mode = 0 -"let g:ctrlp_dotfiles = 0 -"let g:ctrlp_switch_buffer = 0 +let g:ctrlp_cmd = 'CtrlPMixed' +let g:ctrlp_match_window_bottom = 1 +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_working_path_mode = 0 +let g:ctrlp_dotfiles = 0 +let g:ctrlp_switch_buffer = 0 " Run your favorite search tool from Vim, with an enhanced results list. " Supports Silver Searcher `ag`. Use with: