Explorar o código

Fix CamelCaseMotion overriding file save shortcut

Recent pull request merge to CamelCaseMotion has changed from activating
on ',' to <leader>. Add settings to revert to the old behaviour.
Weiyi Lou %!s(int64=10) %!d(string=hai) anos
pai
achega
bee0c000fc
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      vim/settings/camelcasemotion.vim

+ 3 - 0
vim/settings/camelcasemotion.vim

@@ -0,0 +1,3 @@
+map <silent> ,w <Plug>CamelCaseMotion_w
+map <silent> ,b <Plug>CamelCaseMotion_b
+map <silent> ,e <Plug>CamelCaseMotion_e