mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
829 B
829 B
switch_case
Toggles the case of all selected letters.
--- Examples ---
┌───────────────────────┐ ┌───────────────────────┐ │ [t]his is a sentence. │ --> │ [T]his is a sentence. │ └───────────────────────┘ └───────────────────────┘
┌───────────────────────┐ ┌───────────────────────┐ │ (tHIS] is a sentence. │ --> │ (This] is a sentence. │ └───────────────────────┘ └───────────────────────┘