Skip to content

Instantly share code, notes, and snippets.

@Darkside73
Created August 27, 2020 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Darkside73/d69fc2e8e5b1598fb026b5979f9267fb to your computer and use it in GitHub Desktop.
Save Darkside73/d69fc2e8e5b1598fb026b5979f9267fb to your computer and use it in GitHub Desktop.
Sublime Text 3 key bindings for Emmet 2
[
{
"keys": ["ctrl+shift+'"],
"command": "emmet_rename_tag"
},
{
"keys": ["ctrl+shift+g"],
"command": "emmet_wrap_with_abbreviation"
},
{
"keys": ["ctrl+shift+;"],
"command": "emmet_remove_tag"
},
{
"keys": ["ctrl+shift+`"],
"command": "emmet_split_join_tag"
},
{
"keys": ["ctrl+shift+q"],
"command": "emmet_balance",
"args": { "direction": "inward" }
},
{
"keys": ["ctrl+shift+."],
"command": "emmet_select_item",
},
{
"keys": ["ctrl+shift+,"],
"command": "emmet_select_item",
"args": { "previous": true }
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment