tpope / vim-abolish

abolish.vim: Work with several variants of a word at once
https://www.vim.org/scripts/script.php?script_id=1545
2.79k stars 87 forks source link

loop through camelcase snakecase etc. #11

Open sencer opened 12 years ago

sencer commented 12 years ago

Wouldn't it be nice if you put a loop through these syntaxes? like cl changes snakecase to camelcase, camelcase to mixedcase mixedcase to snakecase..

fictionic commented 7 years ago

In what situation would you want this

zigius commented 5 years ago

It would be easier to use this plugin if you can remember a single command that toggles the case style. Intellij has this functionality - toggle camel case (ALT + SHIFT + u)