Skip to content

Instantly share code, notes, and snippets.

@ombran
Created November 30, 2013 06:25
Show Gist options
  • Save ombran/7716014 to your computer and use it in GitHub Desktop.
Save ombran/7716014 to your computer and use it in GitHub Desktop.
Sublime textへのEmmetインストール後のキーバインド調整
[
{
"keys": [
"ctrl+d"
],
"command": "right_delete"
},
{
"keys": [
"ctrl+e"
],
"command": "move_to",
"args": {
"to": "hardeol"
}
},
{
"keys": [
"shift+super+x"
],
"args": {
"action": "match_pair_outward"
},
"command": "run_emmet_action",
"context": [
{
"key": "emmet_action_enabled.match_pair_outward"
}
]
},
{
"keys": [
"super+e"
],
"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