From 3ce42a8575ac01d6185ab0d4adb4d2f7cb542bef Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 20 Mar 2016 18:43:22 -0700 Subject: [PATCH] Adding keys for camelcasemotion --- .vim/plugins.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index 6403abb..70f1efe 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -52,6 +52,9 @@ call plug#end() " ag.vim let g:ag_working_path_mode="r" +" CamelCaseMotion +call camelcasemotion#CreateMotionMappings('') + " ctrlp.vim let g:ctrlp_cmd = 'CtrlPMixed' let g:ctrlp_working_path_mode = 'ra'