vim-case-converter is a Vim plugin that provides commands to converts between different case styles.
https://github.com/junegunn/vim-plug
Plug 'gitsang/vim-case-converter'https://github.com/VundleVim/Vundle.vim
Bundle 'gitsang/vim-case-converter'https://github.com/Shougo/neobundle.vim
NeoBundle 'gitsang/vim-case-converter':{SourceCaseStyle}To{TargetCaseStyle}- SnakeCase:
snake_case - CamelCase:
camelCase - PascalCase:
PascalCase - UpperSnakeCase:
UPPER_SNAKE_CASE - KebabCase:
kebab-case - TrainCase:
Train-Case - DotCase:
dot.case
