Added ctrlp-funky plugin

This commit is contained in:
Austen Adler 2014-07-21 05:04:07 -04:00
parent e23f078245
commit ebf4c95ac7

3
vimrc
View File

@ -113,6 +113,7 @@ nnoremap <Left> :bp<CR>
nnoremap <Right> :bn<CR>
nnoremap <C-w>z <C-w>_<C-w>|
nnoremap <Leader>bn G?Bundle<CR>yyp$hdi'"+gP0Wl3d/\/<CR>x:nohlsearch<CR>:up<CR>:BundleInstall
nnoremap <C-o> :CtrlPFunky<CR>
nmap <C-Up> [e
nmap <C-Down> ]e
vmap <C-Up> [egv
@ -182,6 +183,7 @@ let g:neocomplcache_max_list=20
let g:neocomplcache_force_overwrite_completefunc=1
let g:neocomplcache_min_syntax_length = 2
let g:php_refactor_command='php /usr/local/bin/refactor.phar'
let g:ctrlp_extensions=['funky']
"inoremap <expr><BS> neocomplcache#smart_close_popup()."\<C-h>"
"let g:neocomplcache_enable_auto_select = 1
let loaded_matchit = 1
@ -225,6 +227,7 @@ Bundle 'tpope/vim-unimpaired'
Bundle 'kien/ctrlp.vim'
Bundle 'godlygeek/tabular'
Bundle 'tpope/vim-abolish'
Bundle 'tacahiroy/ctrlp-funky'
filetype plugin indent on
if exists("+undofile")
if isdirectory($HOME . '/.vim/undo') == 0