add camelcasemotion with mappings to B, W, and E instead of ,b ,w and ,e
- this avoids conflicts with ,b for Ctrlp's buffer selector and ,w for whitespace deletion.
This commit is contained in:
3
vim/plugin/settings/camelcasemotion.vim
Normal file
3
vim/plugin/settings/camelcasemotion.vim
Normal file
@@ -0,0 +1,3 @@
|
||||
map W <Plug>CamelCaseMotion_w
|
||||
map B <Plug>CamelCaseMotion_b
|
||||
map E <Plug>CamelCaseMotion_e
|
||||
Reference in New Issue
Block a user