Skip to content

Instantly share code, notes, and snippets.

@peteleco
Created August 8, 2014 20:33
Show Gist options
  • Select an option

  • Save peteleco/f37281b1136179c0227f to your computer and use it in GitHub Desktop.

Select an option

Save peteleco/f37281b1136179c0227f to your computer and use it in GitHub Desktop.
Sublime Key Binds
[
{
"keys": ["alt+super+p"], "command": "autoprefixer"
},
{
"keys": ["super+\\"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.5, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
},
{
"keys": ["super+|"],
"command": "set_layout",
"args":
{
"cols": [0.0, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1]]
}
},
{
"keys": ["super+shift+w"],
"command": "close"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment