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"]
path = vim/bundle/chrisbra-color_highlight
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