comparison vimrc @ 38:8f9bdb6cedf3

Use working dir in ctrlp Update plugins
author zegervdv <zegervdv@me.com>
date Thu, 17 Apr 2014 08:02:35 +0200
parents 63f450f5c3fb
children f79361618cac
comparison
equal deleted inserted replaced
37:a761f06dbaa8 38:8f9bdb6cedf3
234 " ctrl p - Fuzzy file finder 234 " ctrl p - Fuzzy file finder
235 noremap <C-p> :CtrlP<CR> 235 noremap <C-p> :CtrlP<CR>
236 let g:ctrl_map = '<c-p>' 236 let g:ctrl_map = '<c-p>'
237 let g:ctrl_cmd = 'CtrlP' 237 let g:ctrl_cmd = 'CtrlP'
238 238
239 let g:ctrlp_working_path=0
239 nnoremap <C-o> :CtrlPBuffer<CR> 240 nnoremap <C-o> :CtrlPBuffer<CR>
240 " map <C-m> :CtrlPTag<CR> 241 " map <C-m> :CtrlPTag<CR>
241 242
242 if executable('ag') 243 if executable('ag')
243 let g:ctrlp_user_command = 'ag %s -l --nocolor -g ""' 244 let g:ctrlp_user_command = 'ag %s -l --nocolor -g ""'