Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More case conversions #5197

Open
otavioschwanck opened this issue Dec 17, 2022 · 3 comments · May be fixed by #12043
Open

More case conversions #5197

otavioschwanck opened this issue Dec 17, 2022 · 3 comments · May be fixed by #12043
Labels
A-helix-term Area: Helix term improvements C-enhancement Category: Improvements

Comments

@otavioschwanck
Copy link

converting through different patterns of cases would be awesome, like:

convert to snake_case
convert to camel case
convert to js case (like camel, but with first letter downcased)

@otavioschwanck otavioschwanck added the C-enhancement Category: Improvements label Dec 17, 2022
@the-mikedavis
Copy link
Member

See #4615, this can probably be covered by macro keybinds (#1383)

@kirawi kirawi added the A-helix-term Area: Helix term improvements label Dec 20, 2022
@otavioschwanck
Copy link
Author

See #4615, this can probably be covered by macro keybinds (#1383)

i love the solution for #4615 , i think it is more interesting then binding commands to a macro.

@NomisIV
Copy link
Contributor

NomisIV commented Sep 25, 2023

The macro solution would be to create macros converting to and from each case, if I understand correctly. That would be 42 different macros and 42 different keybinds in total for converting between each casing. The key benefit of the proposed (original) solution in the #4615 PR is that seven different keybinds is enough, one for each target casing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-helix-term Area: Helix term improvements C-enhancement Category: Improvements
Projects
None yet
4 participants