Adding keys for camelcasemotion

This commit is contained in:
Alex Yatskov 2016-03-20 18:43:22 -07:00
parent 25080b2bd0
commit 3ce42a8575

View File

@ -52,6 +52,9 @@ call plug#end()
" ag.vim " ag.vim
let g:ag_working_path_mode="r" let g:ag_working_path_mode="r"
" CamelCaseMotion
call camelcasemotion#CreateMotionMappings('<leader>')
" ctrlp.vim " ctrlp.vim
let g:ctrlp_cmd = 'CtrlPMixed' let g:ctrlp_cmd = 'CtrlPMixed'
let g:ctrlp_working_path_mode = 'ra' let g:ctrlp_working_path_mode = 'ra'