💾 Archived View for unixcat.coffee › techne › vscode.gmi captured on 2021-12-04 at 18:04:22. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

➡️ Next capture (2022-01-08)

-=-=-=-=-=-=-

VSCode

Keybindings

[
 {
    "key": "ctrl+shift+u",
    "command": "editor.action.transformToUppercase",
    "when": "editorTextFocus"
 },
 {
    "key": "ctrl+shift+l",
    "command": "editor.action.transformToLowercase",
    "when": "editorTextFocus"
 },
 {
     "key": "ctrl+shift+t",
     "command": "editor.action.transformToTitlecase",
     "when": "editorTextFocus"
 }
]

~~~

Last updated: 2021-11-19

Back to Techne index

Back to unixcat.coffee