diff --git a/.vimrc b/.vimrc index 2fd9742..190d41d 100644 --- a/.vimrc +++ b/.vimrc @@ -74,17 +74,24 @@ 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 'ctrlpvim/ctrlp.vim' -"let g:ctrlp_map = 't' -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 + + +" fzf integration for fast fuzzy finding, better and faster than ctrl-p +set rtp+=~/workspace/projects/others/fzf +Plugin 'junegunn/fzf.vim' +nmap ; :Buffers +nmap t :Files +nmap r :Tags " Web Development/Filetype icons