To UPPERCASE / To lowercase keybinding #34644
Closed
taoeffect
started this conversation in
Ideas From Sublime Text
Replies: 1 comment 3 replies
-
Oh! It's apparently been implemented by @JosephTLyons! I didn't see it in the default keybindings, so I thought the command didn't exist. Where else can I find out about these secret commands? I thought the default keybindings were supposed to have all of them? Anyway, this is now part of my keybindings: {
"context": "Editor",
"bindings": {
"ctrl-u": "editor::ConvertToUpperCase",
"cmd-k cmd-l": "editor::ConvertToLowerCase"
} |
Beta Was this translation helpful? Give feedback.
3 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.
-
Sublime Text has a very useful keybindings to make the word under the cursor (or current selection) all UPPERCASE or all lowercase.
Can this be brought to Zed?
Beta Was this translation helpful? Give feedback.
All reactions