Skip to content

gitsang/vim-case-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-case-converter

vim-case-converter is a Vim plugin that provides commands to converts between different case styles.

Installation

Plug

https://github.com/junegunn/vim-plug

Plug 'gitsang/vim-case-converter'

Vundle

https://github.com/VundleVim/Vundle.vim

Bundle 'gitsang/vim-case-converter'

NeoBundle

https://github.com/Shougo/neobundle.vim

NeoBundle 'gitsang/vim-case-converter'

Usage

:{SourceCaseStyle}To{TargetCaseStyle}

Optional case style name

  • SnakeCase: snake_case
  • CamelCase: camelCase
  • PascalCase: PascalCase
  • UpperSnakeCase: UPPER_SNAKE_CASE
  • KebabCase: kebab-case
  • TrainCase: Train-Case
  • DotCase: dot.case

About

Vim plugin for case convert

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors