diff --git a/vimrcs/plugins_config.vim b/vimrcs/plugins_config.vim index 73d96bc7..fc0072bd 100644 --- a/vimrcs/plugins_config.vim +++ b/vimrcs/plugins_config.vim @@ -45,19 +45,13 @@ endif let g:ctrlp_working_path_mode = 0 let g:ctrlp_map = '' +map j :CtrlP map :CtrlPBuffer let g:ctrlp_max_height = 20 let g:ctrlp_custom_ignore = 'node_modules\|^\.DS_Store\|^\.git\|^\.coffee' -"""""""""""""""""""""""""""""" -" => Peepopen -"""""""""""""""""""""""""""""" -map j :PeepOpen - - - """""""""""""""""""""""""""""" " => ZenCoding """"""""""""""""""""""""""""""