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:
Taybin Rutkin 2012-03-12 21:42:41 -04:00
parent e8f3b05654
commit f925f83875
3 changed files with 7 additions and 0 deletions

3
.gitmodules vendored
View File

@ -285,3 +285,6 @@
[submodule "vim/bundle/chrisbra-color_highlight"] [submodule "vim/bundle/chrisbra-color_highlight"]
path = vim/bundle/chrisbra-color_highlight path = vim/bundle/chrisbra-color_highlight
url = https://github.com/chrisbra/color_highlight.git url = https://github.com/chrisbra/color_highlight.git
[submodule "vim/bundle/vim-scripts-camelcasemotion"]
path = vim/bundle/vim-scripts-camelcasemotion
url = https://github.com/vim-scripts/camelcasemotion.git

@ -0,0 +1 @@
Subproject commit 8db17bdee3f42bd71839ead2a84b2ee1916e45c2

View File

@ -0,0 +1,3 @@
map W <Plug>CamelCaseMotion_w
map B <Plug>CamelCaseMotion_b
map E <Plug>CamelCaseMotion_e