/ToggleCase-vim

toggle toggler togglest

Primary LanguageVim Script

#Toggle case Vim plugin

##What is this toggle snake_case to camelCase and more

  • this_is_vim
  • THIS_IS_VIM
  • thisIsVim
  • ThisIsVim
  • this_is_vim

##Install

  1. copy ToggleCase.vim to ~/.vim/plugin/
  2. set key map for example nnoremap :call ToggleCase()

##Known issues

  • if same word in same line, all words will be toggle.
  • heavily on MacVim.