Reputation: 22772
I installed Emmet on Sublime2 on OSX. I want to use the "Wrap with Abbreviation" feature. There's a lot of conflicting information about what the shortcut should be, and I've tried every option, but nothing seems to work.
ctrl
+ w
cmd
+ w
cmd
+ shift
+ w
shift
+ cmd
+ a
shift
+ ctrl
+ g
Nothing works. The closest I get is with shift
+ cmd
+ a
, which wraps a bunch of things with <p>
tags in various lines throughout the document. That's cool but it's not what I'm going for. Is there an up to date reference of keybindings for Emmet on Sublime2?
Upvotes: 1
Views: 3707
Reputation: 196
Preferences > Package Settings > Emmet > Key Bindings
Copy Emmet Key Bindings to your Custom Key Bindings
Upvotes: 0
Reputation: 11
use this shortcut on windows 10
alt+shift+w = abbreviation
example: Eu sou lindo >> select this phrase then click in alt+shif+w
result
<p>Eu sou lindo</p>
Upvotes: 0