Skip to content

Instantly share code, notes, and snippets.

@FrankSpierings
Created April 27, 2018 13:41
Show Gist options
  • Save FrankSpierings/9a1b77276cca6afb4ba6fee3eb5641a5 to your computer and use it in GitHub Desktop.
Save FrankSpierings/9a1b77276cca6afb4ba6fee3eb5641a5 to your computer and use it in GitHub Desktop.
Sublime Markdown - Macro - Request/Response
[
{ "keys": ["ctrl+alt+r"], "command": "run_macro_file", "args": {"file": "Packages/User/http_request_response.sublime-macro"} },
]
[
{
"args":
{
"characters": "__Request:__\n```http\n\n```\n\n__Response:__\n```http\n\n```\n\n"
},
"command": "insert"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment