ningbit / sublime_pxtoem

Sublime Text 2 plugin to convert px to em with comments
27 stars 0 forks source link

not workin in sublime text 3 #2

Open ob7 opened 9 years ago

ob7 commented 9 years ago

Creates no package directory on install nor adds keyboard commands. Its like its not there, but its listed as installed plugin.

jarogor commented 8 years ago

Go: Menu / Preferences / Key Bindings — User

Add string: , { "keys": ["ctrl+alt+e"], "command": "px_to_em" }

Use ctrl+alt+e.