Skip to content

Instantly share code, notes, and snippets.

@palimadra
Last active August 29, 2015 14:25
Show Gist options
  • Save palimadra/68b92c660a782cc7bc94 to your computer and use it in GitHub Desktop.
Save palimadra/68b92c660a782cc7bc94 to your computer and use it in GitHub Desktop.

/* If you migrated from Sublime Text 2 to Sublime Text 3 the tab no longer works for expanding abbreviations using the Emmet package. To fix it add this to Key Bindings - User and get the tab working as the keyboard shortcut for expanding emmet abbreviations. */

{

"keys": [

"tab"

],

"args": {

"action": "expand_abbreviation"

},

"command": "run_emmet_action",

"context": [

{

"key": "emmet_action_enabled.expand_abbreviation"

}

]

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment