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:
parent
e8f3b05654
commit
f925f83875
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
1
vim/bundle/vim-scripts-camelcasemotion
Submodule
1
vim/bundle/vim-scripts-camelcasemotion
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 8db17bdee3f42bd71839ead2a84b2ee1916e45c2
|
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
|
Loading…
Reference in New Issue
Block a user