diff --git a/.gitmodules b/.gitmodules index d2347ae..1c9ba9c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/vim/bundle/vim-scripts-camelcasemotion b/vim/bundle/vim-scripts-camelcasemotion new file mode 160000 index 0000000..8db17bd --- /dev/null +++ b/vim/bundle/vim-scripts-camelcasemotion @@ -0,0 +1 @@ +Subproject commit 8db17bdee3f42bd71839ead2a84b2ee1916e45c2 diff --git a/vim/plugin/settings/camelcasemotion.vim b/vim/plugin/settings/camelcasemotion.vim new file mode 100644 index 0000000..6fc23bd --- /dev/null +++ b/vim/plugin/settings/camelcasemotion.vim @@ -0,0 +1,3 @@ +map W CamelCaseMotion_w +map B CamelCaseMotion_b +map E CamelCaseMotion_e