Replies: 1 comment 2 replies
-
It certainly makes it easier to type, but it doesn't make much sense to put it in match mode - it has keybinds to match around and inside text (textobjects), delimiters (surround), etc. But there's nothing "matchy" about swapping case so at least as far as the name of the mode goes it seems to be a bad fit. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Helix uses:
*
tilde
to switch to lowercase*
alt+tilde
to switch to uppercase*
~
to change caseWe could put these under match mode so that:
*
ml
: make lowercase*
mu
: make uppercase*
mt
: switch case(t
for transform/transition...?)Beta Was this translation helpful? Give feedback.
All reactions