CaseConversion
CaseConversion copied to clipboard
why does it not work in mac ?
only ctrl+shift+- works
You might need to remap the keys in Key bindings > User
eg:
{ "keys": ["super+shift+s"], "command": "convert_to_snake"},
{ "keys": ["super+alt+shift+s"], "command": "convert_to_screaming_snake"}