focus-editor / focus

A simple and fast text editor
GNU General Public License v3.0
1.82k stars 99 forks source link

Keybindings to change case of selected text #433

Closed onelivesleft closed 1 month ago

onelivesleft commented 2 months ago

Adds 4 keybindings: change_case_to_upper, change_case_to_lower, change_case_to_caps, change_case_cycle These change the case of the selected text, have set a default binding of Ctrl-U for change_case_cycle (which is the most ergonomic one, cycling through each of the actual modes depending on what is selected). Caps will capitalize the first letter, and any letter following a non-letter character (i.e. My_Foo_Type)