Skip to content

Instantly share code, notes, and snippets.

@spadgos
Created October 17, 2012 08:19
Show Gist options
  • Save spadgos/3904365 to your computer and use it in GitHub Desktop.
Save spadgos/3904365 to your computer and use it in GitHub Desktop.
Three window split in SublimeText
{
"keys": ["alt+shift+6"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.5, 1.0],
"rows": [0.0, 0.5, 1.0],
"cells":
[
[0, 0, 1, 2], [1, 0, 2, 1],
[1, 1, 2, 2]
]
}
},
{
"keys": ["alt+shift+keypad6"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.5, 1.0],
"rows": [0.0, 0.5, 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