Skip to content

Instantly share code, notes, and snippets.

@cranst0n
Created May 13, 2015 14:09
Show Gist options
  • Save cranst0n/373877ab60427942ddff to your computer and use it in GitHub Desktop.
Save cranst0n/373877ab60427942ddff to your computer and use it in GitHub Desktop.
[{
"id": "view",
"children": [{
"id": "layout",
"children": [{
"command": "set_layout",
"caption" : "Custom: 3 Pane",
"mnemonic": "C",
"args": {
"cols": [0.0, 0.5, 1.0],
"rows": [0.0, 0.7, 1.0],
"cells": [
[0, 0, 1, 1],
[1, 0, 2, 1],
[0, 1, 2, 2]
]
}
}]
}]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment