mirror of
1
0
Fork 0

Removed PeepOpen (CTRLp is much better)

This commit is contained in:
amix 2014-04-18 13:52:50 +01:00
parent cdea5a5ee3
commit ac3ef260c8
1 changed files with 1 additions and 7 deletions

View File

@ -45,19 +45,13 @@ endif
let g:ctrlp_working_path_mode = 0
let g:ctrlp_map = '<c-f>'
map <leader>j :CtrlP<cr>
map <c-b> :CtrlPBuffer<cr>
let g:ctrlp_max_height = 20
let g:ctrlp_custom_ignore = 'node_modules\|^\.DS_Store\|^\.git\|^\.coffee'
""""""""""""""""""""""""""""""
" => Peepopen
""""""""""""""""""""""""""""""
map <leader>j :PeepOpen<cr>
""""""""""""""""""""""""""""""
" => ZenCoding
""""""""""""""""""""""""""""""