Skip to content

Commit

Permalink
Removed PeepOpen (CTRLp is much better)
Browse files Browse the repository at this point in the history
  • Loading branch information
amix committed Apr 18, 2014
1 parent cdea5a5 commit ac3ef26
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions vimrcs/plugins_config.vim
Expand Up @@ -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
""""""""""""""""""""""""""""""
Expand Down

0 comments on commit ac3ef26

Please sign in to comment.