Skip to content

Instantly share code, notes, and snippets.

@jinahadam
Created May 15, 2013 03:02
Show Gist options
  • Save jinahadam/5581377 to your computer and use it in GitHub Desktop.
Save jinahadam/5581377 to your computer and use it in GitHub Desktop.
multipane thing for sublime text 2
[
{
"keys": ["super+alt+left"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.2, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
},
{
"keys": ["super+alt+right"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.8, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment