jdavisclark / CaseConversion

Case conversion plugin (pascal, camel, snake) for sublime text 2
MIT License
300 stars 47 forks source link

why does it not work in mac ? #43

Open soloproc opened 6 years ago

soloproc commented 6 years ago

only ctrl+shift+- works

samelie commented 6 years ago

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"}