Skip to content

Instantly share code, notes, and snippets.

@ak7
ak7 / gist:3988041
Created October 31, 2012 16:23 — forked from tomschlick/gist:3984898
Sublime Text 2 Keybindings to Resize Split Panes
[
{
"keys": ["super+alt+left"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.33, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
@ak7
ak7 / about.md
Created August 10, 2011 06:06 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer