Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

your-tools/kak-subvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crates.io image

kak-subvert

This repository has moved to codeberg - see you there !

Allow converting selection to various casings.

For instance, foo_bar to FooBar

Known casings:

camel               fooBar
http                Foo-Bar
kebab               foo-bar
pascal              FooBar
sentence            Foo bar
snake               foo_bar
screaming           FOO_BAR
title               Foo Bar
train               Foo-Bar
ugly                Foo_Bar

Installation

$ cargo install kak-subvert

This should add a kak-subvert command to your $PATH.

Then you should add something like subvert.kak in your Kakoune configuration.

About

kakoune plugin : handle switch from snake_case to CamelCase and more

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors