sponsor Vim development Vim logo Vim Book Ad

change-case.vim : Operator to change case (camelCase, snake_case, UPPER CASE etc.) of text

 script karma  Rating 31/16, Downloaded by 1562  Comments, bugs, improvements  Vim wiki

created by
Mohammed Chelouti
 
script type
utility
 
description
The change case operator allows to change the case of text objects to one of seven different types:

  * camelCase
  * PascalCase
  * snake_case
  * kebab-case
  * UPPER CASE
  * lower case
  * Title Case

If those types are not enough, custom case modifiers can be integrated seamlessly into the operator.

Can be repeated with repeat.vim vimscript #2136.
 
install details
Extract into ~/.vim
Run :helptags ~/.vim/doc in vim

Or use a plugin manager (Vundle, Pathogen, vim-addon-manager)
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-change-case.zip 1.0.1 2017-07-14 7.0 Mohammed Chelouti Change mapping in visual mode from 'cC' to 'C'.
vim-change-case.zip 1.0 2017-06-19 7.0 Mohammed Chelouti Initial upload
ip used for rating: 44.221.43.208

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github