Skip to content

Instantly share code, notes, and snippets.

@overdese
Created July 28, 2014 04:41
Show Gist options
  • Save overdese/0b18f7b67ecfdf91a2a4 to your computer and use it in GitHub Desktop.
Save overdese/0b18f7b67ecfdf91a2a4 to your computer and use it in GitHub Desktop.
Sublime config for layout
[
{
"keys": ["alt+shift+6"],
"command": "set_layout",
"caption" : "1+2 Grid",
"args":
{
"cols": [0.0, 0.55, 1.0],
"rows": [0.0, 0.55, 1.0],
"cells":
[
[0, 0, 1, 2], [1, 0, 2, 1],
[1, 1, 2, 2]
]
}
}
]
[{
"id": "view",
"children": [{
"id": "layout",
"children": [{
"command": "set_layout",
"caption" : "1+2 Grid",
"keys": ["alt+shift+6"],
"args":
{
"cols": [0.0, 0.55, 1.0],
"rows": [0.0, 0.55, 1.0],
"cells":
[
[0, 0, 1, 2], [1, 0, 2, 1],
[1, 1, 2, 2]
]
}
}]
}]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment