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)
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 forchange_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
)