Created
March 17, 2014 11:15
-
-
Save danyeah/9597542 to your computer and use it in GitHub Desktop.
Sublime macro: { [tab] }
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "args": | |
| { | |
| "characters": " " | |
| }, | |
| "command": "insert" | |
| }, | |
| { | |
| "args": | |
| { | |
| "contents": "{$0}" | |
| }, | |
| "command": "insert_snippet" | |
| }, | |
| { | |
| "args": | |
| { | |
| "file": "res://Packages/Default/Add Line in Braces.sublime-macro" | |
| }, | |
| "command": "run_macro_file" | |
| }, | |
| { | |
| "args": null, | |
| "command": "trim_trailing_white_space" | |
| }, | |
| { | |
| "args": | |
| { | |
| "set_translate_tabs": true | |
| }, | |
| "command": "unexpand_tabs" | |
| }, | |
| { | |
| "args": | |
| { | |
| "characters": " " | |
| }, | |
| "command": "insert" | |
| } | |
| ] |
Author
That is really good how you have used your
Brackets for your script may you use optional elements in your conversation like cisco use on there CLI command.
Author
genva75: i don't think i understood your comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{ "keys": ["super+enter"], "command": "run_macro_file", "args": {"file": "Packages/User/brackets.sublime-macro"} },