Removed PeepOpen (CTRLp is much better)
This commit is contained in:
parent
cdea5a5ee3
commit
ac3ef260c8
1 changed files with 1 additions and 7 deletions
|
@ -45,19 +45,13 @@ endif
|
||||||
let g:ctrlp_working_path_mode = 0
|
let g:ctrlp_working_path_mode = 0
|
||||||
|
|
||||||
let g:ctrlp_map = '<c-f>'
|
let g:ctrlp_map = '<c-f>'
|
||||||
|
map <leader>j :CtrlP<cr>
|
||||||
map <c-b> :CtrlPBuffer<cr>
|
map <c-b> :CtrlPBuffer<cr>
|
||||||
|
|
||||||
let g:ctrlp_max_height = 20
|
let g:ctrlp_max_height = 20
|
||||||
let g:ctrlp_custom_ignore = 'node_modules\|^\.DS_Store\|^\.git\|^\.coffee'
|
let g:ctrlp_custom_ignore = 'node_modules\|^\.DS_Store\|^\.git\|^\.coffee'
|
||||||
|
|
||||||
|
|
||||||
""""""""""""""""""""""""""""""
|
|
||||||
" => Peepopen
|
|
||||||
""""""""""""""""""""""""""""""
|
|
||||||
map <leader>j :PeepOpen<cr>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""
|
||||||
" => ZenCoding
|
" => ZenCoding
|
||||||
""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""
|
||||||
|
|
Loading…
Reference in a new issue