Skip to content

Instantly share code, notes, and snippets.

@sawadays0118
Last active August 29, 2015 14:11
Show Gist options
  • Save sawadays0118/821d667e847df02389db to your computer and use it in GitHub Desktop.
Save sawadays0118/821d667e847df02389db to your computer and use it in GitHub Desktop.
【Sublime Text】<br>タグをショートカットキー入力【Emmet】 ref: http://qiita.com/sawadays0118/items/d49ef6168f52c3015731
{
"keys": ["shift+enter"], "command": "run_macro_file", "args": {
"file": "Packages/User/emmet_br.sublime-macro"
}
}
[
{
"args":
{
"characters": " br"
},
"command": "insert"
},
{
"args":
{
"characters": " "
},
"command": "insert"
},
{
"args":
{
"by": "characters",
"forward": false
},
"command": "move"
},
{
"args":
{
"action": "expand_abbreviation"
},
"command": "run_emmet_action"
},
{
"args":
{
"by": "words",
"forward": false
},
"command": "move"
},
{
"args":
{
"by": "words",
"forward": false
},
"command": "move"
},
{
"args":
{
"by": "words",
"forward": false
},
"command": "move"
},
{
"args": null,
"command": "left_delete"
},
{
"args":
{
"by": "word_ends",
"forward": true
},
"command": "move"
},
{
"args":
{
"by": "word_ends",
"forward": true
},
"command": "move"
},
{
"args":
{
"by": "word_ends",
"forward": true
},
"command": "move"
},
{
"args": null,
"command": "right_delete"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment